Skip to content

rajdeepsharma17/item_catalog

Repository files navigation

Item Catalog

Item Catalog is a TODO application that provides user to create Todos as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete their own items.

QuickStart

This project assumes you have Flask installed.

  1. If not, follow along otherwise skip to step 2.
    • Open terminal and run following command "pip install Flask"
  2. Open the item_catalog folder containing application.py in terminal.
  3. Run the following command to setup database:
    $ python database_setup.py
    $ python lotsOfMenus.py
  4. Run the server using following command:
    $ python application.py
  5. Visit https://localhost:5000

Example

$ python application.py

Creating a new Todo:

Create

Editing an existing Todo:

Edit

Deleting a Todo:

Delete

About

A simple TODO App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published