Skip to content

french-tech-homies/jukebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

85 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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