An example Apollo application.
- Run
docker-compose up
in a terminal. - Open the second tab of the terminal and run
yarn
and thenyarn start
. - Run migrations in the third tab by running
yarn migrate
. You can also generate some fake data by runningyarn seed
.
The app will be available at http://127.0.0.1:3000/