Sing me a song

The API of the app to share your favourites songs, discover new ones and see the trendings.

Here you found

  • User ranked youtube music videos

  • e2e, integration and unit tests

How to run

Requirements

  1. Clone this repository and setup the front-end
  2. Install the dependencies
npm i
  1. set your .env file

  2. Create database with prisma

  • run on terminal
npx prisma init
npx prisma migrate dev
  1. Run the project with
npm start
  1. Run tests for the project
npm run test-coverage (backend/jest)