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)
# Note: for local environments, uncomment easyconfig line in "src/app.module.ts". Also, go to "views/partials/head.ejs" and remove "/auth" from href if you want the CSS to load.
$ 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