Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loogle18/node-microservices-docker-example


https://github.com/loogle18/node-microservices-docker-example

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# node-microservices-docker-example

### Set environment variables
```
$APP_USER
$APP_PASSWORD
$USER_DB_USER_NAME
$USER_DB_PASSWORD
$USER_DB_NAME
$BOOK_DB_NAME
```

### Build and run containers
`docker-compose up`

#### Schema
```
Users:
- first_name
- last_name
- age

Books:
- title
- text
```