API Sing Me A Song

App built with Express and Typescript (and tested with jest) to song recommendation system.

To run the project, after cloning the repository:

Clone the .env.sample and write your database vars

cp .env.sample .env

Testing

npm run test

Starting the Server

npm run start