Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danydodson/docker-micros

🐋 Microservices app using docker, react, node, mysql and more.
https://github.com/danydodson/docker-micros

Last synced: about 6 hours ago
JSON representation

🐋 Microservices app using docker, react, node, mysql and more.

Awesome Lists containing this project

README

        

# Microservices Demo

Uses the following technologies:

- Docker (and Docker Compose)
- React
- Node.js
- MySQL
- Sequelize

## Setup

```sh
# in main directory
docker-compose up

# in a separate terminal, inside classifieds-app
yarn
yarn watch
<<<<<<< HEAD
```

## Deploy

Check out my video series for a step-by-step tutorial on how to deploy this.
=======
```
>>>>>>> removed deploy info