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