Getting started
- Check the
./dbdirectory. If the sampledata file is zipped, unzip it so that you have./db/sampledata.sql - Start postgres, hasura, and the webclient services by running
docker-compose up.
When you submit your solution, you can integrate it to run with docker-compose up or include a brief README with instructions for running it locally. Bonus points if you push a hosted solution.
Feel free to access the data directly in Postgres (postgresql://postgres:postgres@postgres:5433/postgres) or through the Hasura GraphQL API. You can access the Hasura Console by installing the Hasura CLI locally and running hasura console in the ./hasura subdirectory.