Skip to content

BABEL-AGI-BLOCKCHAIN/PIVOT-Backend-JS

Repository files navigation

Getting Started

First, change the .env.example to .env and set the variables and then run the development server:

Using Docker

npm run migrate
Docker compose up --build

OR

setup postgres in your machine and then

To connect to pg server or after any change in the prisma.schema file

npx prisma migrate dev --name init --skip-seed
npx prisma db push
npm i
npm run dev

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •