Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 859 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 859 Bytes

2anki

Description

user-api is a Nest project. The purpose is to make it easier for users to manage their data on 2anki.net.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

Nest is MIT licensed.