Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 613 Bytes

File metadata and controls

14 lines (11 loc) · 613 Bytes

TechTogether Hackathon

Description

This app lets users find recommendations of songs based off the mood they are going for. It also lets them share recommendations of songs that makes them feel a certain way.

Quickstart

  1. Clone the git repository by copying the repo url and putting git clone <url> on their command line
  2. npm install to install all the necessary dependencies to run the project
  3. To start the react application, go to the repo's front-end directory and put npm start
  4. To start the back-end application, go the repo's back-end directory and put node index.js