JobConnect is a Full Stack Job Portal application developed using the MERN Stack (MongoDB, Express.js, React.js, and Node.js). It allows users to register, log in, and manage job postings with complete CRUD functionality.
- User Registration
- User Login
- Add Job
- View Jobs
- Update Job
- Delete Job
- MongoDB Database Integration
- REST API
- React Router Navigation
- React.js
- Node.js
- Express.js
- MongoDB
- Mongoose
- Axios
- React Router DOM
- HTML5
- CSS3
- JavaScript
git clone https://github.com/your-username/JobConnect-MERN.git
cd JobConnect-MERNcd backend
npm install
npm run devcd frontend
npm install
npm run devManoj S