Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 682 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 682 Bytes

Welcome to the Jukebox 👋

Let's spread your musical taste !



Usage

make start

This command will:

  • Start a local DB on Docker
  • Generate the Prisma Client
  • Start the Frontend and the Backend locally

Usage with no existing database

make start-new

If you running this project for the first time, you might want to run this command once in order to:

  • Start a local DB on Docker
  • Generate the Prisma Client
  • Create the Jukebox DB and apply the migrations
  • Seed the DB
  • Start the Frontend and the Backend locally