Before running the project, ensure you have the following installed on your system:
- Python 3.8+ and
pip - Node.js (16+) and npm
- Virtual Environment (
venv) for Python
1. Navigate to the Backend Directory :
```cd path/to/your/flask/backend```
2. Create a Virtual Environment :
```python3 -m venv venv```
Activate the virtual environment
On macOS/Linux:
```source venv/bin/activate```
On Windows:
```venv\Scripts\activate```
3. Install Dependencies :
```pip install -r requirements.txt```
4. Run the Flask Server :
```flask run```
+ Install Dependencies :
```npm install```
```pip install flask-cors```
```pip install -r requirements.txt```