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

2anki/DEPRECATED.napi

Repository files navigation

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.