A MERN stack web application that streamlines the job application process for users. This platform enables users to apply for job vacancies, manage their applications, track progress, and utilize various features designed for an efficient and user-friendly experience.
- Full CRUD Functionality: Seamlessly create, read, update, and delete job applications.
- Search Bar: Easily search for specific job positions users have applied for.
- Download Reports: Generate and download comprehensive reports of job applications.
- Progress Tracking: A unique progress bar feature allows users to visualize their application progress in real-time.
- Frontend: React.js with Material-UI for modern and responsive UI components.
- Backend: Node.js and Express.js for server-side logic.
- Database: MongoDB for storing and managing application data.
Ensure you have the following installed on your system:
- Node.js
- MongoDB
- Git
- Clone the Repository:
git clone https://github.com/Dilusha-Ranasingha/MERN_career_application_management_system.git
- Navigate to the project directory.:
cd career-application-management - Install dependencies:.:
npm install
- MongoDB Connection:.:
https://www.mongodb.com
- Start the Backend server:.:
nodemon server.js
- Start the Frontend:.:
npm start

