/searchify

An application for searching less popular songs on spotify

Primary LanguageJavaScript

Searchify

An application for searching music by genre in spotify and filtering it so it only shows less popular songs (spotfiy's definition of popular)

About This App

Technologies

Starting the app locally

You will need to install MongoDB in order to use the app correctly(on your local machine)

Start by installing front and backend dependencies. While in this directory, run the following command:

npm install

This should install node modules within the server and the client folder.

After both installations complete, run the following command in your terminal:

npm start

Your app should now be running on http://localhost:3000. The Express server should intercept any AJAX requests from the client.