Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/duquejo/nodejs-microservices

Node JS Microservices Blog example with Users, Posts, Auth, JWT and HTTP Requests, MySQL DB Persistency and Swagger support.
https://github.com/duquejo/nodejs-microservices

expressjs jwt mysql node-js nodemon swagger-ui

Last synced: 17 days ago
JSON representation

Node JS Microservices Blog example with Users, Posts, Auth, JWT and HTTP Requests, MySQL DB Persistency and Swagger support.

Awesome Lists containing this project

README

        

# NodeJS-Microservices Miniproject

### Node JS Microservices Blog example with Users, Posts, Auth, JWT and HTTP Requests, MySQL DB Persistency and Swagger support.

[![made-with-javascript](https://img.shields.io/badge/Built_with-JavaScript-1f425f.svg)](https://www.javascript.com)
[![made-with-nodejs](https://img.shields.io/badge/Made_with-Node_JS-green.svg)](https://nodejs.org/es/)
[![made-with-redis](https://img.shields.io/badge/Cached_with-Redis-red.svg)](https://redis.io/)
[![made-with-mysql](https://img.shields.io/badge/Persistency_with-MySQL-blue.svg)](https://www.mysql.com/)
[![made-with-swagger](https://img.shields.io/badge/Developer_friendly_with-Swagger_UI-green.svg)](https://swagger.io/tools/swagger-ui/)

[![JWT Compatible](http://jwt.io/img/badge-compatible.svg)](https://jwt.io/)

### Useful Commands
- *start*: npx pm2-dev start ecosystem.config.js"
- *production*: npx pm2 start ecosystem.config.js"
- *api*: nodemon ./api/index.js"
- *db*: nodemon ./mysql/index.js"
- *cache*: nodemon ./cache/index.js