A basic UI app created to consume the RestApi service created in the PythonLibraryBackend repo.
It is a basic UI app created using Bootstrap and Flask so that it can be easily tested using automation for learning purposes
- python 3.9.5 - https://www.python.org/downloads/release/python-395/
- pip - https://www.liquidweb.com/kb/install-pip-windows/
- clone the repository
- install requirements: pip install -r requirements.txt
- run the front-end.py file: python front-end.py
- Open http://127.0.0.1:50001 in any browser