The app is built with Python + typer framework.
The app allows you to:
- manage shop inventory
- add items to cart
- check out using available payment providers
The project makes OOP concepts in python with S.O.L.I.D. and DRY code principles whereever necessary. The project also uses sqlite with peewee orm to showcase the power of databases in software applications.
- Install poetry on your system
- Run
poetry update
to intall all project dependencies - Run
poetry shell
to activate virtual environement - Run
python main.py --help
to list all available commands
- Manage shop inventory This feature allows to manange availble items in the shop. All the items are stored in