Skip to content

Fun, risk-free, dating app for Binghamton University students. Add your crushes. If they add you back, great! If not, no one knows.

Notifications You must be signed in to change notification settings

rwang2022/BU-match

Repository files navigation

BU-match

About

Select up to 5 students/alumni that you like.
If they select you too, you'll both be notified via B-mail after some time.
Until there is a match, you'll see a "no match found" message.

Interested? Visit https://bu-match-ocean-app-tysmh.ondigitalocean.app/

Collaborators:

Name Role
Ryan Wang Frontend + Backend
Erika Nelson UI + CSS + Art

For Developers: Getting Started

Be sure to have python3 and pip3 installed.

  1. Clone this repository.
$ git clone [email protected]:rwang2022/BU-match.git
$ cd BU-match
  1. Create a new virtual environment.
$ python3 -m venv env
  1. Activate virtual environment.
# ======= Windows: activate env ========= #
$ .\env\Scripts\activate
# ======= Mac: activate env ============= #
$ source env/bin/activate
  1. Install project dependencies.
(env) $ pip3 install -r requirements.txt
  1. Run the app.
(env) $ python app.py
  1. Deactivate when you're done
(env) $ deactivate

You'll be able to access the web app at http://127.0.0.1/5000/

About

Fun, risk-free, dating app for Binghamton University students. Add your crushes. If they add you back, great! If not, no one knows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published