Skip to content

NicoCastagnet/PF-NFTRADE

Repository files navigation

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http:https://localhost:3000 with your browser to see the result.

Database

npm install
npx prisma generate

Add the environment variable DATABASE_URL in the .env file:

DATABASE_URL=your_db_url_here

Launching the prisma studio:

npm run db:studio

Open your browser and go to http:https://localhost:5555. You should be able to see the tables created in the database with your records.

Api

Endpoints created: