1- Admin
2- Accountant
3- Tax Payer (Business Owner)
A Tax Payer can view and pay their own taxes only if due date is not passed.
An Accountatn can view all businesses and issue a tax receipt to them.
Admin can view all the information and control users.
1- Clone the repo
2- Open terminal inside gst-flask-app folder
3- Run Following commands
docker image build -t gst-flask-app .
docker run -p 2000:5000 -d gst-flask-app
Test cases are in How-to-USE PDF inside gst-flask-app