/api.creator.learnery

api backend of https://creator.learnery.network

Primary LanguageTypeScriptMIT LicenseMIT

Learnery

Backend engine written on top of nest.js

learnery-ai-2023070551946

Technical Docs

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

Learnery-Backend is MIT licensed.