Let's spread your musical taste !
make start
This command will:
- Start a local DB on Docker
- Generate the Prisma Client
- Start the Frontend and the Backend locally
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