Skip to content

Django web app for anonymous prom matchmaking with Google SSO authentication.

Notifications You must be signed in to change notification settings

EdwardX29/nwprom

Repository files navigation

NWProm website

Project Image


Table of Contents


Description

NWProm is a prototype web app for prom date matchmaking. Facilitated anonymous, embarrassment-free prom partner seeking. This website was inspired by TerpMatch, a matchmaking website for University of Maryland students, and sought to stay true to the original design. 100+ users assisted.

Technologies:

  • Python Django MVT
  • Bootstrap 5
  • Google Single Sign On w/ Django Social Auth
  • PostgreSQL
  • Heroku

Back To The Top


How To Use

Step-by-Step Guide:

  1. Go to https://nwprom.herokuapp.com/
  2. Sign up with Google
  3. Enter your prospective prom dates (name & year)
  4. If a match is made, it will appear Project Image

Local Installation

Clone the repo and run the following in your terminal:

pip install -r requirements.txt # collect packages
python manage.py makemigrations # prepare migrations
python manage.py migrate # migrate database

Back To The Top


References

Back To The Top


Author Info

Back To The Top

About

Django web app for anonymous prom matchmaking with Google SSO authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published