Skip to content

devhausleipzigacademy/camp12-midterm-backend

Repository files navigation

Camp 12 Midterm Backend

  • Run the local database docker-compose up

After you pull a new version

  • make sure you have a .env file with the DATABASE_URL
  • make sure your database container is running - docker-compose up
  • npx prisma db push - to sync your database with the latest schema
  • npx prisma db seed - seed with starting values
  • npx prisma db studio - to view the database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published