8000 GitHub - arnavranjan005/client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arnavranjan005/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SERVER

  • DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE
  • PORT=8000
  • GOOGLEAISTUDIO_API_KEY=YOUR_GOOGLEAISTUDIO_API_KEY

CLIENT

From project root

  • cd server
  • npm install
  • cd ../client
  • npm install

DATABASE SETUP

cd server

  • npx prisma migrate dev # creates initial migration & applies it

  • npx prisma studio # open prisma studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0