Skip to content

spo-iitk/ras

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn


Logo

Recruitment Automation System

Recruitment Automation System
Visit the Portal »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Portal Screen Shot

The Recruitment Automation Portal facilitate information exchange between Students, Companies, and Placement Office for smooth conduction of placement and internship drives of IIT Kanpur.

This repository contains the backend code for the portal. The frontend code can be found here. The portal is hosted at https://placement.iitk.ac.in.

The portal is built using golang and postgresql. The architecture of the portal is that of a microservice architecture. The portal is divided into multiple services, each of which is responsible for a specific task. Since the current setup is entirly on one machine, the services communicate with each other using IPC once they are shifted to distributed machines gRPC can be used. The portal uses a nginx reverse proxy to route requests to the appropriate service. 😄

The five services are:

  • Auth Service
  • Student Service
  • Company Service
  • Recruitment Cycle Service
  • Application Service

Hence five diffrent databases are used. The databases and users are created automatically using the script at container/init.sql. The database schema is defined in the model.go folder of each service.

The code for the portal exposes nine port corresponding to the nine sub services. The nginx reverse proxy is configured to route requests to the appropriate service. The routing can be found in the container/nginx.conf file.

The mail service is provided by IITK mail servers. Google calender IDs to sync portal events with calender are generated from spo web team Gmail ID. The credentials are stored in the secret.yml file.

(back to top)

Built With

Built with love ❤️ by a team led by four shophomores- credits This section contains major frameworks/libraries used to bootstrap your project.

  • go
  • Postgres SQL
  • Nginx
  • Docker
  • Gin
  • Gorm

(back to top)

Usage

Please refer to the Documentation. (Still under construction)

(back to top)

Roadmap

  • Other role based access control
  • Strict check on db return values per role
  • Add tests
  • Cache & Pagination
  • Add Changelog

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

The repository is not available for public use. In case a voilation is found, the repository will be made private and IIT Kanpur will be taking action. Please contact the maintainers for more information.

(back to top)

Contact

Web heads 2022-23:

Project Link: https://github.com/spo-iitk/ras-backend

(back to top)

About

Recruitment Automation System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published