- Clone this repository.
- Install dependencies using pnpm/yarn/npm:
pnpm i
- copy the .env.example file to .env
cp .env.example .env
-
Update the DB_URL in .env
-
Start the server:
pnpm dev
or build and run in production mode:
pnpm build && pnpm start
- Access the GraphQL Playground at http://localhost:9000/graphql.