An open API service indexing awesome lists of open source software.

https://github.com/sheldor1510/spotifynder

CS326 Project
https://github.com/sheldor1510/spotifynder

Last synced: 3 months ago
JSON representation

CS326 Project

Awesome Lists containing this project

README

        

# Spotifynder

## How to run the application

1. Go to `/backend` and run `npm install`
2. Run `npm start` to start the server
3. Run `/frontend/index.html` on a live server
4. Make sure the base url of your live server matches with the one on line 30 in `/backend/controllers/userController.js`.

## Application Features
1. Login in with your spotify account
2. Select your college from a dropdown
3. Select top 3 artists and 3 tracks from a list of your top artists and tracks.
4. Select your top playlists and write answers to personality prompts.
5. The discovery page is for exploring and swipig through profiles which you can filter based on a lot of different things (artists, tracks, and playlists).
6. The chat page is to manage requests (accept/reject profiles) and to chat with people who you've matched with!
7. The profile page is to check out what your profile looks like to other users and to edit personality prompts.