Skip to content

GMillerMc/flask_task_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_task_list


A simple CRUD app using flask.


Instructions

To run the demo repo code:

  1. Fork and clone this repo
  2. cd into repo
  3. Install requirements
    • pipenv install -r requirements.txt
  4. Activate your virtual environment
    • pipenv shell
  5. cd into project and start server
    • python manage.py runserver
  6. See the app in action at
    • http://localhost:8000/

Usage

Add a task in the form and click submit. The task will be added to the table from which you can either update or delete it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published