Daniel Schildt a55ce62455 fix: package.json & .snyk to reduce vulnerabilities (#6)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:qs:20170213


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:request:20160119

Latest report for d2s/koodiklinikka.fi-api:
https://snyk.io/test/github/d2s/koodiklinikka.fi-api
2017-08-04 17:00:37 +03:00
2015-11-24 20:36:48 +02:00
2015-01-14 18:14:37 +02:00
2015-01-14 18:14:37 +02:00
2015-01-14 18:14:37 +02:00

koodiklinikka.fi API

Codeship Status for koodiklinikka/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.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.

  • Start the development environment.

    $ npm start
    
Description
No description provided
Readme 259 KiB
Languages
JavaScript 99.9%
Procfile 0.1%