Shubhamrawat5 / PVX-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PVX DASHBOARD

Getting Started

First, Setup PostgresSql In your system and set DATABASE_URL and as in config.json

then, install the depedencies

npm install
# or
yarn install

then, run the migrations:

npx prisma migrate dev

[For seeding: npx prisma db seed]

then, start the server:

npm start
# or
yarn start
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

About


Languages

Language:TypeScript 92.8%Language:CSS 6.8%Language:JavaScript 0.4%