https://github.com/sheldor1510/spotifynder
CS326 Project
https://github.com/sheldor1510/spotifynder
Last synced: 3 months ago
JSON representation
CS326 Project
- Host: GitHub
- URL: https://github.com/sheldor1510/spotifynder
- Owner: sheldor1510
- Created: 2024-10-21T17:58:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:35:04.000Z (4 months ago)
- Last Synced: 2024-12-12T00:26:24.375Z (4 months ago)
- Language: JavaScript
- Size: 51 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.