Skip to content

The project scaffold for graphql apollo server with prisma and nexus

Notifications You must be signed in to change notification settings

ensarkurrt/graphql-prisma-scaffold

Repository files navigation

POSTGRESQL on Docker

docker run --name docker_postgres -e POSTGRES_PASSWORD=123456 -d -p 5432:5432 -v $HOME/docker/volumes/postgres:/var/lib/postgresql/data postgres

create .env file for yourself

run npm install

run npm run generate

run npm run prisma:push

for start api npm run dev

About

The project scaffold for graphql apollo server with prisma and nexus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published