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: 3 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T01:22:32.000Z (about 4 years ago)
- Last Synced: 2026-01-03T15:28:58.482Z (6 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.
[](https://www.javascript.com)
[](https://nodejs.org/es/)
[](https://redis.io/)
[](https://www.mysql.com/)
[](https://swagger.io/tools/swagger-ui/)
[](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