Frontend - MERN Application This is the frontend part of a MERN stack application, built using React.
Project Setup Prerequisites Node.js: Make sure you have Node.js installed. npm or yarn: Dependency manager for the project. Installation Clone the repository: git clone Navigate to the frontend folder: cd frontend
npm install
npm start
Backend Part cd backend
Install Dependencies npm install
Input this in your .env file MONGO_URI="" PORT="" JWT_SECRET=""
run the backend nodemon