Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 330 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 330 Bytes

Blockchain-Voting-Backend

Blockchain Voting Backend

Note on the express-backend development

Flow

cd express-backend
npm install

Prisma Notes

1 Define your models to the schema.prisma file

2 Run a migration to create database tables with Prisma Migrate

npx prisma migrate dev --name init