Skip to content

fbuibish/blackjack-demo-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Startup guide

First create a local postgres database with a username and password of root, and a db name of warroom_blackjack

Second create a .env file like this

DATABASE_URL="postgresql://root:root@localhost:5432/warroom_blackjack?schema=public"

Run

npm i

npx prisma migrate dev

npm run dev

Server should start on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published