lem0n4id / todo-app

A simple todo app using flask and sqlachemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 42.5%Language:CSS 33.5%Language:HTML 24.0%