This is a Tax estimator for the drawn salary. Provide your details like Basic Pay, Investments, Deductions, etc so that we will let you know the Payable Tax amount. Also, I would be suggesting Investment Ideas, Savings Schemes, or any. I have built its backend using Python, Flask and REST API. It is deployed on Heroku cloud platform.
Please click here to view the LIVE app.
git clone https://github.com/ksranjith786/estimate-tax.git
cd estimate-tax
python -m venv venv
Note: If virutal environment venv not available then install it using python -m pip venv
source venv/Scripts/activate
pip install -r requirements.txt
export FLASK_APP=project
export FLASK_ENV=development
flask run
python -m venv venv
source venv/Scripts/activate
python -m pip install flask
python -m pip install gunicorn
python -m pip freeze > requirements.txt