Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 205 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 205 Bytes

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