Prerequisites:
Clone/Download this Repository:
git clone <repository-url>
Access the frontend folder in terminal:
```bash cd frontend
Install the dependencies:
npm install
Run the frontend:
npm run dev
Access the backend folder in new terminal:
cd backend
Install the dependencies:
npm install
Run the backend:
```bash nodemon server.js
Access the admin folder in terminal:
```bash cd admin
Install the dependencies:
npm install
Run the admin:
```bash npm run dev