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