Table of Contents - This File
Table of Contents - Extended Universe
- User Manual
- User Stories
- Design Diagrams
- User Interface Specification
- Tests
- Project Progress
- Presentations
- Midterm
- Expo
- Initial Self-Assessment Essays From...
- Final Self-Assessment Essays From...
- Professional Biographies From...
- Hours Summary
Meetify is a cross-platform social application for matching users based on Spotify activity. This repository contains the database code and documentation for the Meetify project.
For the front-end code, see the Meetify UI repository. For user usage instructions, see the user manual.
Dustin Seger
Computer Science
[email protected]
Rob Boeckermann
Computer Science
[email protected]
Jake Steuver
Computer Science
[email protected]
Bret Patton
Software Engineer & Scrum Master @ Paycor
[email protected]
Meetify a cross-platform application and website that matches users based on their musical tastes. These musical tastes are pulled from the users' respective Spotify accounts (thus the name Meetify!). Meetify will also allow matched users to message each other in-house
To accomplish these goals, Meetify utilizes the following technologies:
- MySQL database
- Python 3.7.9-based server (via Django 3.1.5)
- HTML/JS web-based application (via React)
- Written as website; distributed to all major platforms!
pip install mysql mysql-connector spotipy pillow django-extensions djangorestframework django-cors-headers pymysql celery django_celery_beat