Windows Application Development Local Deployment Guide
Windows Application Development Local Deployment Guide
- For MySQL:
```bash
pip install mysqlclient
```
b. Install Dependencies:
Navigate to the 'frontend' directory and install necessary dependencies:
```bash
cd frontend
npm install axios react-router-dom
```