This is a boilerplate for Node.js project with TypeScript, Express, Prisma, GraphQL, PostgreSQL, and Docker.
cp .env.example .envDownload Docker at https://docs.docker.com/get-docker/
Run this command to build docker environment.
docker-compose up --build -dGo to https://nodejs.org/en/ and download the install
yarn install# Run in development mode
yarn dev
# Run in production mode
yarn build
yarn startyarn migrate:inityarn seed