this project is the v2 for e-learning platform which is located at E-Learning Platform
the front end for this project is located at E-Learning Platform Frontend
the live version for this project is located at E-Learning Platform Live
$ 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