An open API service indexing awesome lists of open source software.

https://github.com/enrique2115/apirest-ecmaescript

Rest Api developed in Node, Express, Sockets ES6 with JWT implementation with path protection and authentication; connection to MongoDb(Mongoose) or Mysql(Sequelize) database and image upload to Cloudinary with multer.
https://github.com/enrique2115/apirest-ecmaescript

cloudinary express jwt multer mysql2 nodemailer sequelize

Last synced: about 1 year ago
JSON representation

Rest Api developed in Node, Express, Sockets ES6 with JWT implementation with path protection and authentication; connection to MongoDb(Mongoose) or Mysql(Sequelize) database and image upload to Cloudinary with multer.

Awesome Lists containing this project

README

          

### Iniciar el Proyecto

#### Git Clone

`git clone {link-repositorio}`

#### Instalar Modulos

`npm install` or ` yarn install`

#### Levantar servidor

- Modo dev
`npm dev` or `yarn dev`

- Modo production
`npm start` or `yarn start`

### Dependencias de Proyecto

- bcryptjs
- cloudinary
- cors
- ejs (Template Engine)
- express
- jsonwebtoken
- morgan (Http request logger)
- multer (upload files)
- mysql2
- nodemailer
- rand-token
- sequelize (ORM)
- socket.io (Real Time)