djtran / FlaskGanttEditor

Edit and generate gantt charts on the fly for project timelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlaskGanttEditor

General list of dependencies

Python3 Flask JSON Venv

Running

python3 -m venv venv
. ./venv/bin/activate
pip install Flask
flask run

optionally export FLASK_ENV=development if you want to make changes to the python and have them immediately reflect without having to rerun the flask app.

About

Edit and generate gantt charts on the fly for project timelines


Languages

Language:Python 37.2%Language:HTML 31.2%Language:JavaScript 28.5%Language:CSS 3.0%