This guide will help you set up and run both the Frontend and Backend parts of the project on your local machine. The project is split into two main parts: the frontend (React) and the backend (Node.js/Express). Both need to be running concurrently for the project to function properly.
Before you begin, make sure you have the following installed on your machine:
- Node.js (v14 or higher)
- npm (Node package manager) - Comes bundled with Node.js
- Git (Optional, but recommended for cloning repositories)
- MongoDB (If using MongoDB as a database) or a connection string for your database provider
Start by cloning the project repository:
git clone <repo_Link> cd backend cd frontend npm install
npm run dev npm install
npm start