goodFriend A flask webapp that helps you be a good friend :-) To start up the project: python3 -m venv venv . venv/bin/activate pip install -r requirements.txt flask run Use the command 'deactivate' to deactive ur venv after finishing.