backend for e-learn - Live Demo
Express REST API with Typescript, JWT Authentication and support for mysql, postgresql
- working with the database using TypeORM
- authentication JWT
- logger - express-pino-logger
- description of endpoints with swagger
- environments for
development,testing, andproduction - linting - eslint
- built with npm scripts
Frontend repository here
Start by cloning this repository
# HTTPS
$ git clone https://github.com/hardsmile98/backend-e-learn.gitthen
# cd into project root
$ npm i
$ npm start