Skip to content

mister-rao/shopyoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopyoo is a simple cli app where can buy anything you want.

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.

Installation

  1. Install poetry on your system
  2. Run poetry update to intall all project dependencies
  3. Run poetry shell to activate virtual environement
  4. Run python main.py --help to list all available commands

App Features

  1. Manage shop inventory This feature allows to manange availble items in the shop. All the items are stored in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages