Senevolus is a local community-driven platform designed to connect elders in need of assistance with volunteers eager to lend a hand. The platform not only facilitates task-sharing and moral support but also ensures security, accountability, and trust through innovative AI-powered user validation features.
0- Cd backend
1- Create virtual environment with python -m venv venv
2- Activate the virtual environment with venv\Scripts\activate
2.1- On linux/mac: source venv/bin/activate
-
pip install -r requirements.txt
-
running the backend: python app.py
5- you can deactivate your virtual env with: deactivate