Skip to content

arshadsid/LeaveFusion

 
 

Repository files navigation

LeaveFusion

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+

Using it

  • 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

Contributing

  • 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 :)

About

Leave Application Module for Fusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.0%
  • CSS 36.4%
  • HTML 10.3%
  • Python 2.3%