Skip to content

ksranjith786/estimate-tax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estimate Tax

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.

LIVE on

https://get-tax.herokuapp.com

Please click here to view the LIVE app.

Source checkout

git clone https://github.com/ksranjith786/estimate-tax.git
cd estimate-tax

Compilation Steps

Creates a virtual env

python -m venv venv

Note: If virutal environment venv not available then install it using python -m pip venv

Switch/Activate to venv

source venv/Scripts/activate

Install the Python modules

pip install -r requirements.txt

Execution Steps

export FLASK_APP=project
export FLASK_ENV=development
flask run

Initial Steps

python -m venv venv
source venv/Scripts/activate
python -m pip install flask
python -m pip install gunicorn
python -m pip freeze > requirements.txt

About

Estimates the Tax deducted when Salary, Investment and additional details are provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published