A module which is going to be incorporated in larger Software Product.
This mainly deals with the leave applications and the relavant processes mainly focused on Academic Institutions.
Requires python3.5+ and django==1.11.4+
- Install virtualenv
pip install virtualenv - Clone the repository
git clone https://github.com/3Peers/LeaveFusion.git - Change directory and move to
LeaveFusion==>cd LeaveFusion - Create a virtualenv
virtualenv env - Activate the virtualenv
source ./env/bin/activate - Install dependencies
pip install -r requirements.txt - Run the django server
python manage.py runserver
- Create a new branch with a related name of the motive i.e. bug/refactor/feature
- Create an issue before actually starting to code
- Send a pull request anytime :)