This helps users keep track of their ideas. They can Create, Read, Update and Delete Shopping lists
- Python - Main Application
- Pytest - Testing Python Application
- HTML, CSS and BOOTSTRAP - For Making the UI
- Flask - Interfacing App and UI
- Clone https://github.com/itrevex/ShoppingList.git
- Install all neccessary depencies for example flask
- Run application from app/views.py
- User can create an account by registering
- User can login
- User can create, read, update, and delete shopping list
- User can add items to shopping list
- Install pytest using pip
- Run pytests tests