Skip to content

lem0n4id/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO app

Open in Gitpod

This is a simple TODO app made using Flask.

Packages used:

Setup and run

Make sure you have python installed

Terminal - bash (commands differ for cmd)

  1. Set up virtualenv
    $ virtualenv venv
  2. Activate venv
    $ source venv/scripts/activate
  3. Install required modules
    $ pip install -r requirements.txt
  4. Run the app!
    $ python run.py
  5. [optional] Run tests
    $ python tests.py

About

A simple todo app using flask and sqlachemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published