Steps to run this project:
- Run
yarn
- Run
yarn start
Steps for DEV:
- Create
.env
file in root folder. Base it on.env-base
. - Run
yarn dev
to compile, start and watch for changes.
- GraphQL playground will be available on
/playground
and the graphQL api is exposed on/graphql
. Both on port 4000.
Steps for running in docker:
- Create
.env-docker
file in root folder. Base it on.env-base
. - Run
docker-compose up --build
. Use the-d
flag to run in detached mode.