user-api is a Nest project. The purpose is to make it easier for users to manage their data on 2anki.net.
$ 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
- Author - Alexander Alemayhu
- Website - https://2anki.com
- Twitter - @aalemayhu
Nest is MIT licensed.