This is a flask application aimed to calculate budget savings by deducting expenses from income. It makes use of REST API calls to get and serve data from server.
- Python 3.6
- Flask
- MySql
- Bootstrap 4
- Javascript
- JQuery and Ajax
- Open your terminal
- Clone the github repository to your machine at https://github.com/yland/budget-calculator.git
- Setup and activate virtual environment for running the app. See guide
- Enter into your project directory like so:
$ cd .../budget-calculator/
- Run the server:
$ python main.py
- visit your web browser at http://localhost:8000/ to view the application.