Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 479 Bytes

tiny-grocery-store

A grocery store's internal API system that manages transactions, inventory, billing etc.

To run this project, you need to have installed:

Project dependencies:

  • Python ^3.11
  • FastAPI
  • SQLModel
  • Flet

How to run:

docker compose up -d

Access it at http://localhost:8000/docs for more info.