Skip to content
/ ATS Public

ATS is an Application Tracking System designed to streamline the recruitment process for organizations. This system helps manage job applications, track candidates, and facilitate the hiring workflow.

Notifications You must be signed in to change notification settings

YosephSE/ATS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Tracking System (ATS)

Overview

ATS is an Application Tracking System designed to streamline the recruitment process for organizations. This system helps manage job applications, track candidates, and facilitate the hiring workflow.

Features

  • Candidate management

  • Job posting and application tracking

  • Resume parsing and screening

  • Reporting and analytics

  • User-friendly interface

Installation

To set up the ATS locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/YosephSE/ATS.git
  1. Navigate to the project directory:
cd ATS
  1. Install dependencies:
npm install
cd client
npm install
  1. Configure the environment variables (see Configuration section)
  2. Run the application:
  • Backend
npm start
  • Frontend
cd client
npm start

Configuration

Create a .env file in the root directory and add the following variables:

MONGO_URI=your_database_connection_string
SECRET_KEY=jwt_secret_key
PORT=8080

Contributing

We welcome contributions to the ATS project. Please follow these steps to contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

License

This project is licensed under the MIT License.

About

ATS is an Application Tracking System designed to streamline the recruitment process for organizations. This system helps manage job applications, track candidates, and facilitate the hiring workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages