b71329fd91a12e728dceb540bf80afa48b2fb281
Domensis
Setup
Node.js REST API
Note: execute commands from backend directory
- Copy
env.templateand rename it to.env. Set desired values - Run
yarn install. To skip dev dependencies, runyarn install --production. More info : https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-production-true-false - To start server, run
yarn start
Tests
To execute tests, run yarn test. To speed up process, copy .env file to
.test.env and set smaller values for export/import times (e.g. 1 second).
If .test.env does not exist, values from .env file will be used.
If .env. does not exist, default values will be used.
Description
Languages
TypeScript
99.8%
JavaScript
0.2%