https://github.com/harrytran998/test-microservices
https://github.com/harrytran998/test-microservices
commitlint cors docker graphql microservice nodejs postgresql reactjs rest-api sequelize terraform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harrytran998/test-microservices
- Owner: harrytran998
- Created: 2020-01-05T09:36:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T11:58:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T14:14:16.008Z (about 1 year ago)
- Topics: commitlint, cors, docker, graphql, microservice, nodejs, postgresql, reactjs, rest-api, sequelize, terraform
- Language: JavaScript
- Size: 619 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test microservices
Uses the following technologies:
- Docker (and Docker Compose)
- React
- Node.js
- PostgresQL
- Sequelize
## Run Local
```sh
# in main directory
docker-compose up
# in a separate terminal, inside client-app
yarn && yarn watch
```
## Deploy
Use AWS
