Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 241 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 241 Bytes

Instructions

install dependencies

npm install

run docker container db

docker-compose up -d

run prisma migrations

npx prisma migrate dev

run the project

npm run dev

api url: localhost:4000/api/graphql