ekpo-d / merger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merger

Merger handles uploading several .csv files from one directory and merging them all together to fill the holes.

Installation

Frontend (optional)
  • Install gulp globally - npm -g gulp
  • cd ./dev/merger/static
  • Intall packages - npm install
  • run gulp - gulp
  • run live server - npm run lite
Backend
  • Install python (v2.7.12)
  • Install Virtualenv, create a new virtual environment and activate it.
  • cd ./dev
  • pip install -r requirements.txt
  • python manage.py runserver

Usage

Warning: Merger isn't complete yet.

It's availabe at: https://merger.herokuapp.com

Also, here's a video showing how it works: https://monosnap.com/file/dLFHbm7jfR9WsvC4LiBUtr7NQZx7MO

About

License:MIT License


Languages

Language:SCSS 83.1%Language:HTML 7.0%Language:JavaScript 4.9%Language:Python 4.8%Language:Mako 0.1%