This is an online job portal built using the MERN stack. It allows users to sign up as either job seekers or employees, set up their profiles, and access various features tailored to their needs.
- Frontend: React
- Backend: Node.js with Express
- Database: MongoDB
- Navigate to the frontend directory:
cd path/to/frontend npm install npm start
- Navigate to the backend directory:
cd path/to/backend npm init npm install npm i nodemon npx nodemon index.js