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.
This project assumes you have Flask
installed.
- If not, follow along otherwise skip to step 2.
- Open terminal and run following command "pip install Flask"
- Open the item_catalog folder containing application.py in terminal.
- Run the following command to setup database:
$ python database_setup.py
$ python lotsOfMenus.py
- Run the server using following command:
$ python application.py
- Visit
https://localhost:5000
$ python application.py
Creating a new Todo:
Editing an existing Todo:
Deleting a Todo: