Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danydodson/docker-micros
- Owner: danydodson
- Created: 2020-02-22T13:08:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T17:00:18.000Z (about 4 years ago)
- Last Synced: 2023-03-04T18:50:30.070Z (over 1 year ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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