Skip to content

piyush-jaiswal-projects/ipocircle_api

Repository files navigation

api

Dev Setup Guide

  • Run npm install
  • Create .env file and add variables as per .env.sample file
  • Run npx prisma generate
  • For dev env set NODE_ENV and ENV variable to "DEVELOPMENT"
  • After that run npm run dev to start the development setup