Install the node packages via:
$ npm install
Create .env variable similar to .env.example
Example database config:
DB_TYPE="mysql" DB_HOST="localhost" DB_PORT=3306 DB_USER="root" DB_PASS="" DB_DATABASE="example" DB_SYNCHRONIZE=false DB_LOGGING=false
To start the server run:
`$ npm start`
`$ npm start prod`
To test api endpoints:
`$ npm run test`
`$ npm run testprod`