Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 795 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 795 Bytes
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