An open API service indexing awesome lists of open source software.

https://github.com/genza999/todoapp

This is a basic Todo Web app written in python using flask as a web framework
https://github.com/genza999/todoapp

Last synced: 2 months ago
JSON representation

This is a basic Todo Web app written in python using flask as a web framework

Awesome Lists containing this project

README

          

# TodoApp
Basic Todo application that registers ones Todo activities and marks them as Complete once he/she completes them.

# Run the Following command after cloning the repo to build a replica of the virtual environment used:
(venv) $ pip install -r requirements.txt

# Enjoy