Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 379 Bytes

Volunteer Management System

Locally

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.