A simple app built with Node.js, GraphQL, and React.
- Clone the repo locally:
git clone https://github.com/stevendinhdev/PKE-TEST.git
- Run migration
make migration # docker-compose run migration
- Run the docker containers with docker-compose:
make start # docker-compose up -d db graphql nextjs
- Open http://localhost:3000 to view the app.
You can also view the GraphQL playground at http://localhost:5000/graphql. To stop the app run:
docker-compose down