Caring companions is an application created during Calgary Hacks 2020. The application aims to connect senior citizens with volunteers.
- Clone the repository
git clone https://github.com/soumoks/caring-companion-v2.git
- Create a virtualenv
python -m venv <name_of_virtualenv>
- Activate the virtualenv (Windows only)
<name_of_virtualenv>\Scripts\activate.bat
- Install the dependencies
pip install -r requirements.txt
- Run the application
python app.py