Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 684 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 684 Bytes

Recruitment-Management-System

This web application will be used by clubs for digitalizing and uniting the recruitment process which is specialized for clubs and student bodies in IIITH. This project's main aim is to formalize the recruitment process and move away from spreadsheets and microsoft forms.


Instructions to run the backend server:

  1. Copy the .env.*.example files to .env.* and fill in the necessary environment variables.
  2. Run docker compose up --build to start the server and attach to it. (use the -d flag to run it in detached mode)
  3. All the APIs will be available at http://localhost.
  4. Run docker compose down to shut the server down.