https://github.com/fdiskas/devtalks-microservices
https://github.com/fdiskas/devtalks-microservices
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fdiskas/devtalks-microservices
- Owner: FDiskas
- Created: 2020-09-10T11:54:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T16:10:56.000Z (over 3 years ago)
- Last Synced: 2025-11-22T20:04:07.116Z (7 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## MicroService example
Video: https://www.youtube.com/watch?v=YW3ObveTBrY
### Features
1. yarn workspaces
1. mongodb migrations
1. node + typescript
1. realtime changes
### Startup
1. Install docker
1. Install docker-compose
1. Install node
1. Install yarn v1
1. run `yarn` on root dir
1. run `docker-compose up`