https://github.com/raulpe7eira/course-alura-graphql
Course examples and practices
https://github.com/raulpe7eira/course-alura-graphql
alura apollo-graphql course docker docker-compose express graphql-yoga learn mysql nodejs react
Last synced: about 1 month ago
JSON representation
Course examples and practices
- Host: GitHub
- URL: https://github.com/raulpe7eira/course-alura-graphql
- Owner: raulpe7eira
- Created: 2019-10-18T03:53:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:26:13.000Z (about 3 years ago)
- Last Synced: 2025-02-12T07:24:15.276Z (3 months ago)
- Topics: alura, apollo-graphql, course, docker, docker-compose, express, graphql-yoga, learn, mysql, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# course-alura-graphql
Result of [Alura](https://alura.com.br) courses:
- **[GraphQL parte 1: Primeiros passos](https://cursos.alura.com.br/course/graphql)**
- **[GraphQL parte 2: Substituindo uma API REST](https://cursos.alura.com.br/course/graphql-parte-dois)**
- **[GraphQL parte 3: Integrando com sua aplicação](https://www.alura.com.br/curso-online-graphql-integrando-com-front-end)**## Stack
- **Frontend:** [Node.js](https://nodejs.org), [React](https://reactjs.org), [Apollo GraphQL](https://www.apollographql.com/)
- **Backend:** [Node.js](https://nodejs.org), [Express](https://expressjs.com), [GraphQL Yoga](https://github.com/prisma-labs/graphql-yoga)
- **DBMS:** [MySQL](https://mysql.com)
- **Runner:** [Docker](https://docker.com)## How to use
### Project [agenda-petshop](https://github.com/juunegreiros/agenda-petshop):
- **Up**
```bash
docker-compose -p agenda-petshop up -d
```- **Down**
```bash
docker-compose -p agenda-petshop down
```- **Let's go**
| Services | URL |
|------------:|:-----------------------|
| React Front | https://localhost:3000 |
| Rest API | https://localhost:4001 |
| GraphQL API | https://localhost:4000 |