Webtrekk Server
This is a server build for webtrekk customer management system.
How to use:
- run
yarn
. install the dependencies - change the "ormconfig.json" in the root and enter DB configs.
- run
yarn start
. starts the server.
Auto generate documentation: yarn run docs
Production: run yarn run start:prod
.
Test: yarn run test:e2e
. runs the e2e tests
requirements:
- NodeJs > 9
- MySql
- Yarn (optional)