Store management web based application developed to address need of clothing store but can be customized to use for any store billing and inventory management
- Dashboard
- Sales/Purchase Entry
- Client Profile Management
- Generate Invoice
Clone the project
git clone https://github.com/Aadesh-Baral/Quickbill.git
Go to the project directory
cd QuickbillCreate virtual environment
python3 -m venvActivate virtual environment
source venv/bin/activateInstall dependencies
pip install -r requirements.txtStart the server
python app.py

