An web app for subscription for special tech classes
This is the backend work for the app, you can find the source codes for the frontend hosted on the GitHub repository learnWithMe-frontend and the web app accessible via learnwithtopman.vercel.app, although there's the admin panel that is not public. To run the app with no frontend, kindly follow the instructions below:
$ 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 - Topman Paul-Dike