Loading repository data…
Loading repository data…
nikhilmalakar / repository
This project is a Applicant Tracking System (ATS) - Job Portal that manages job postings, receives applications, and creates a hiring workflow for these applications. It is built using the MERN stack: MongoDB, Express, React, and Node.js.
This project is a fully functional Applicant Tracking System (ATS) that manages job postings, receives applications, and creates a hiring workflow for these applications. It is built using the MERN stack: MongoDB, Express, React, and Node.js.
![]()
Clone the repository:
git clone https://github.com/nikhilmalakar/application-tracking-system.git
cd application-tracking-system
Install server dependencies:
cd server
npm install
Install client dependencies:
cd client
npm install
Create a .env file in the server directory and add the following:
MONGODB_URL=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
Start the development server:
cd server
npm run dev
Start the client:
cd client
npm start
The task is to design an Applicant Tracking System (ATS) that manages job postings, receives applications, and creates a hiring workflow.
Client: React, Redux, TailwindCSS
Server: Node, Express, Mongoose
Database: MongoDB