Status | |
---|---|
Build | |
Dependencies | |
Community |
- OpenAPI JSON endpoint and Swagger UI
- TypeORM as database driver wirh ORM
- CRUD filtering, pagination, sorting, relations, cache
- Authentication
- Check if password has been pwned
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Remove
"no-console": false
rule fromtslint.json
- Migrate TSLint to ESLint
- Remove
--forceExit
flag from Jest test, addafterAll()
to close geolocation