Skip to content

PoulavBhowmick03/NodeFraction

Repository files navigation

vid.mp4

Fractionalised Node License Platform

Getting Started

At the root of the project, run

npm install

Then you need to setup the DB and Prisma. Run

Get a db url from NeonDB

In the .env file, enter the following

DATABASE_URL=""

Generate Prisma schema

In the terminal, run

npx prisma generate

Run the server

npm run dev

Open http://localhost:3000

Deployed Contract

The contract is deployed using Remix in the Sepolia Network

Schema

To view the schema, run

npx prisma studio