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