An open API service indexing awesome lists of open source software.

https://github.com/nahom32/blockchain-voting-backend

Blockchain Voting Backend
https://github.com/nahom32/blockchain-voting-backend

Last synced: 6 months ago
JSON representation

Blockchain Voting Backend

Awesome Lists containing this project

README

          

# Blockchain-Voting-Backend
Blockchain Voting Backend

Note on the express-backend development

## Flow

```bash
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

```bash
npx prisma migrate dev --name init
```