- It is difficult for adults to make new friends and bond over shared experiences.
- We often hesitate to attend events that we are interested in due to lack of company and the fear of being alone there.
BuddyConnect is a simple application that helps users find a buddy to attend events with. Users can list an event they are interested in, and others can share their contact details with them if they're interested in joining them for the event.
-
Install Flask.
pip install flask
-
Run
dbfunctions.pyto create the database. A file nameddatabase.dbshould be created.python3 dbfunctions.py
-
Run
app.pyand open the specified port on your browser.python3 app.py