Skip to content

french-tech-homies/jukebox

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jun 22, 2021
Mar 21, 2020
Nov 27, 2019
Nov 27, 2019
Mar 21, 2020
Mar 14, 2020
Mar 21, 2020
Nov 27, 2019
Mar 20, 2020
Mar 22, 2020

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