
⚠️ This repository contains a development version of Staart API written using NestJS. This is unsupported, incomplete, and should only be used on your own risk. Visit stable repository →
|
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
# 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 from tslint.json
- Migrate TSLint to ESLint
- Remove
--forceExit
flag from Jest test, add afterAll()
to close geolocation