This branch is 12 commits behind Decentrala/taskmanager:master

Task Manager

Interactive TODO list web application

Development Setup

Install python and pip on local machine

pip install virtualenv
python -m venv venv #/path/to/new/virtual/environment
source venv/bin/activate #activate virtual env
pip install -r requirements.txt
python3 ./init_db.py #initialize database

python3 ./run.py #run project

Build app

cd build-deb/
make

Install app

apt install ./build-deb/taskmanager.deb
Description
Interactive todo list web application
Readme 154 KiB
Languages
Python 49.1%
HTML 29.7%
CSS 13.4%
Makefile 4%
Shell 3.8%