xurshid29 / birdio-graphql-api

Sample Graphql server with Nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample Graphql server with Nestjs


Languages

Language:TypeScript 95.3%Language:JavaScript 3.0%Language:Dockerfile 1.7%