Skip to content

anandjanki/cleansweep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleansweep

Build Status

How to Setup

  • Clone the repository

      git clone https://github.com/anandology/cleansweep.git
      cd cleansweep
    
  • setup virtualenv

      virtualenv . 
      pip install -r requirements.txt
    
  • activate the virtualenv

      source bin/activate
    
  • load data

      python run.py --load data/KA
    
  • run the webapp

      python run.py
    

Visit the website at: http://127.0.0.1:5000/

LICENSE

This software is licensed under AGPLv3.

About

Political Campaign Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • Python 8.9%
  • CSS 2.1%