Capstone project for Python unit at Codeclan.
A simple expenditure app that allows users to track their expenditures.
#Installation
To run the app, you need to install Python 3.8 or greater, and Flask is required.
The python compiler can be found here: https://www.python.org/downloads/ Find the correct installation file for your OS and follow the instructions.
To download Flask, in the console type 'pip3 install Flask'. From there follow the instruction found in the official documentation(see below). Please note that installation differs between Windows and Mac OS.
https://flask.palletsprojects.com/en/1.1.x/installation/
Once complete, type 'run flask' and the site will be hosted on your computer. Click the IP presented in the console and add '/index' to be directed to the home page.
example: '192.0.0.1:5000/index'
Any issues, please do not hesitate to post a comment.
Please note that the app is still in early development, and bugs/issues are to be expected.