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