0.25.0 • Published 8 days ago

hyponoe-nonretail-backend v0.25.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 days ago

HypoNOE Nonretail backend

Setup

To start the app, you need an .env file. You can use the .env.example file for the reference of the parameters shape

Scripts

  • npm run seed - seed database
  • npm start - start dev server
  • npm run test - run tests
  • npm run lint - run eslint
  • npm run build - build server into js for production

Important links to check before contributing