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/
Name | Role |
---|---|
Ryan Wang | Frontend + Backend |
Erika Nelson | UI + CSS + Art |
Be sure to have python3 and pip3 installed.
- Clone this repository.
$ git clone [email protected]:rwang2022/BU-match.git
$ cd BU-match
- Create a new virtual environment.
$ python3 -m venv env
- Activate virtual environment.
# ======= Windows: activate env ========= #
$ .\env\Scripts\activate
# ======= Mac: activate env ============= #
$ source env/bin/activate
- Install project dependencies.
(env) $ pip3 install -r requirements.txt
- Run the app.
(env) $ python app.py
- Deactivate when you're done
(env) $ deactivate
You'll be able to access the web app at http://127.0.0.1/5000/