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

https://github.com/fdiskas/devtalks-microservices


https://github.com/fdiskas/devtalks-microservices

Last synced: 17 days ago
JSON representation

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`