Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 308 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 308 Bytes

GraphQL tutorial

https://www.youtube.com/watch?v=ed8SzALpx1Q

GraphQL tutorial with latest code in 2022.

Development

Start Mongo server

cp .env-example .env
docker-compose up -d

Start Node server

yarn --cwd server dev

Start Frontend

yarn --cwd frontend start