The library provides functionality to generate invoice from a cart - a list of catalog items.
- 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
For the architecture, see documentation here
For the scalability, see documentation here
Thanks.