How to Run the Project:
Clone the Repository: Clone the provided repository to your local machine using your preferred code editor or command line. Navigate to the Frontend Folder: Change directory into the frontend folder of the project. Install Dependencies: Run npm install to install all dependencies listed in the package.json file. Create Environment Variables: Create a .env file in the root directory of the project and configure it as needed. Install Backend Dependencies: Run npm install in the root directory to install backend dependencies. Start the Server: Execute npm run dev to start the server in development mode.