- Run the local database
docker-compose up
After you pull a new version
- make sure you have a
.env
file with theDATABASE_URL
- make sure your database container is running -
docker-compose up
npx prisma db push
- to sync your database with the latest schemanpx prisma db seed
- seed with starting valuesnpx prisma db studio
- to view the database