GraphQL Hackerthon Installation Setup the database and api: docker-compose up --build db api To run the frontend dev server: cd app && npm install && npm start