mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 03:34:03 +00:00
7905cfce9deff846c7b3a255f8d180a80d23f4e3
Bumps [async](https://github.com/caolan/async) from 2.5.0 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.5.0...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
koodiklinikka.fi API
Start developing
-
Install Node.js with your preferred installation method.
-
Clone the repository and install dependencies.
$ git clone git@github.com:koodiklinikka/koodiklinikka.fi-api.git $ cd koodiklinikka.fi-api $ npm install -
Create
config.jsonfile. See config.template.json for possible options. The config file consists of environment specific blocks. Environment variableNODE_ENVdetermines which block is used. If the environment variable is not present, thedevelopmentblock will be selected.allblock is always used and the block selected is merged into it so that it overwrites the values defined in it. -
Start the development environment.
$ npm start
Description
Languages
JavaScript
99.9%
Procfile
0.1%