Volunteer Management System
Clone the repository to your local machine and install the necessary dependencies.
```bash
git clone https://github.com/RaymanMoha/projectPortfolio.git
cd projectPortfolio
pip install -r requirements.txt
```
#Run the application.
```bash
python app.py
```
The project will be available at localhost:5000.