Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 206 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 206 Bytes

Node.js backend example

Node.js server with Apollo GraphQL server Pothos and Prisma

How to start

cp .env.example .env 
npm install 
docker-compose up -d 
npx prisma migrate dev
npm run dev