Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/duquejo/nodejs-microservices
- Owner: duquejo
- Created: 2022-04-14T02:52:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T01:22:32.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T08:33:58.593Z (3 months ago)
- Topics: expressjs, jwt, mysql, node-js, nodemon, swagger-ui
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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