This repository contains the code I created as a proof of concept using Python, Flask and MongoDB. It generates a simple web page that represents the backoffice functions for a hypothetical book store named A to Z Books. Only the inventory and purchase sides are represented. I will add the sales side too, so that I can demonstrate graphing and dynamically update the number of books available.
To run this app, you will need to install: Python Flask (from within Python) MongoDB
The web pages use JQuery and Bootstrap via CDN. If you want to continue to use the FontAwesome icon library, replace the stylesheet link in /templates/base.html with your own.
-- If you have suggestions, please let me know! This was my first attempt at a Python project and I am very much a noob :)
trb