Skip to content

g-dylan-cunningham/ready-set-go-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INITIAL SETUP

CLEARING OUT RUNNING PORTS (IF NEEDED)

sudo lsof -i :5432 kill -9

DOCKER DB, E0 EXPRESS

docker compose up -d (without express or next in compose file) prisma generate prisma migrate dev --name init prisma db seed

MANAGING DOCKER

open interactive shell

docker exec -it rsgf-db-container psql -U postgres

run prisma initial migration in docker container

docker exec -it rsgf-express-container npx prisma migrate dev --name init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages