- With the help of this system admin can add, remove, update employee's information and can approve or reject their leaves
- Employee's can apply for leave, check leave status and claim money
https://leave-management-application.herokuapp.com/
HLD/LLD/Architecture/Wireframe/DPR - https://drive.google.com/drive/folders/1qkGCevXZA3GA-fF9Ibx_tlJNTd6qtCj3?usp=sharing
Cassandra database has been used to store information of employee and for logging
- python 3.x
- Flask
- pandas
- APScheduler
- cassandra-driver
- Install Flask:
pip install Flask
- Install pandas:
pip install pandas
- Install APScheduler:
pip install APScheduler
- Install cassandra-driver
pip install cassandra-driver
- Sayan Saha