Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 653 Bytes

File metadata and controls

20 lines (13 loc) · 653 Bytes

InvoicePy

The library provides functionality to generate invoice from a cart - a list of catalog items.

Installation:

  • Download the code
  • Install the mysql dumps and fill up the .env variables
  • Download and set up a mysql server. Refer this document by Digital Ocean.
  • run pip install -r requirements.txt
  • run python3 index.py

Architecture of the application

For the architecture, see documentation here

Scalability of the application

For the scalability, see documentation here

Thanks.