mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-02-06 13:49:45 +00:00
7805e19c926b863f9ac9e55bfcf5b96c29340f95
koodiklinikka.fi API
Start developing
- Install node.js & install dependencies
$ git clone git@github.com:koodiklinikka/koodiklinikka.fi-api.git
$ cd koodiklinikka.fi-api
$ npm install
-* Create config.json file. See config.template.json for possible options.
-The config file consists of environment specific blocks. Environment variable NODE_ENV determines which block is used. If the environment variable is not present, the development block will be selected.
-all block is always used and the block selected is merged into it so that it overwrites the values defined in it.
Run development environment
$ npm start
Now app will be running on localhost:9000.
Description
Languages
JavaScript
99.9%
Procfile
0.1%