mohakhlf / prisma-express-graphql

Backend server made with stack prisma-express-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prisma-express-graphql

Backend server made with stack prisma-express-graphql

Before to start put your database usr on prisma/.env

DATABASE_URL="mysql://root:pawssword@@localhost:3306/db"

Then save and up the migration

npm run save && npm run up

To see the data run

npx prisma studio

Start the server with

npm run start

About

Backend server made with stack prisma-express-graphql


Languages

Language:TypeScript 100.0%