/birdio-graphql-api

Sample Graphql server with Nestjs

Primary LanguageTypeScript

Description

Sample GraphQL API server with Nestjs

Installation

  1. Duplicate .env.dist file and rename it as .env
  2. (optional) Modify environment variables (inside .env)

Then:

$ docker compose up --build

DB seed:

$ docker compose run --rm nest-api npx prisma db seed

Open in browser (with default .env values):

http://localhost:8088/graphql