Central Authentication Service for Datathon Apps (Registration, forms, etc)
- Web App Framework: https://docs.nestjs.com/
- Database ODM (Object Database Mapping): https://mongoosejs.com/
- Database: https://www.mongodb.com/
# development (you can load the site through http://localhost:4000)
$ npm run dev
# check for lint errors
$ npm run lint
# attempt to fix lint errors
$ npm run fix
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# end-to-end tests
$ npm run test:e2e
# test coverage
$ npm run test:cov