Run yarn bootstrap && yarn start
Running yarn bootstrap
will do the following:
- Install packages
- Create the example DB
To run the project, run yarn start
. This will:
- Run the API server
- Open GraphQL Playground
You can find some examples in examples.gql