Skip to content

Project of an API for a social network with Node.js / Express.js

Notifications You must be signed in to change notification settings

rodcko/api-red-social-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCIAL NETWORK API

Project of an ** API ** for a social network, technologies used:

  • Node.js / Express.js
  • Authentication with JWT and encryption with bcrypt
  • MySql database
  • Cache management with Redis
  • Documentation with swagger-ui-express
  • Management of microservices with PM2
  • Deployment with Zeit Now

How to install the project: npm install

How to start the project: In the root folder execute the following commands to start each ** api ** with the PM2 manager:

  • pm2 start mysql/index.js - MySql API
  • pm2 start post/index.js - Posts service API
  • pm2 start api/index.js - Main API

About

Project of an API for a social network with Node.js / Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published