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.git
then
# cd into project root
$ npm i
$ npm start