Express and PostgresSql server for TripBorder database Handles useraccounts, mileages, session
In the project directory, you can run:
npm run docker
Runs the server in the development mode
npm run dockerprod
Runs the server in the production mode
npm run test:coverage
Jest coverage report
npm run test:watch
Jest watch mode
npm run lint
Lint code
npm run lintfix
Lint code autofix