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.
- Host: GitHub
- URL: https://github.com/enrique2115/apirest-ecmaescript
- Owner: Enrique2115
- Created: 2022-07-20T22:48:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T16:44:10.000Z (almost 4 years ago)
- Last Synced: 2023-05-04T05:44:10.816Z (about 3 years ago)
- Topics: cloudinary, express, jwt, multer, mysql2, nodemailer, sequelize
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.md
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)