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

https://github.com/oslavdev/graphql-api-gateaway

Experimenting with microservices architecture. Node.js + Graphql gateaway deployed with terraform
https://github.com/oslavdev/graphql-api-gateaway

docker express graphql microservices mysql nodejs reactjs terraform

Last synced: 10 months ago
JSON representation

Experimenting with microservices architecture. Node.js + Graphql gateaway deployed with terraform

Awesome Lists containing this project

README

          

# Microservices

Tech:

- 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
```