mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 11:44:12 +00:00
f63c173bdbed05eba8f5e060cc82dbfbbf12561c
Removes [snyk-go-plugin](https://github.com/snyk/snyk-go-plugin). It's no longer used after updating ancestor dependency [snyk](https://github.com/snyk/snyk). These dependencies need to be updated together. Removes `snyk-go-plugin` Updates `snyk` from 1.40.2 to 1.1024.0 - [Release notes](https://github.com/snyk/snyk/releases) - [Commits](https://github.com/snyk/snyk/compare/v1.40.2...v1.1024.0) --- updated-dependencies: - dependency-name: snyk-go-plugin dependency-type: indirect - dependency-name: snyk 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%