Bookstore is a web application by Alabamazon and is the final project for CNE 310 IT Project Management.
This will prepare a deployment of the eCommerce website on your local system.
The code requires Python and Flask to run at minimum. Pycharm IDE is recommended, but not required.
- Start the server by running main.py
- Navigate to localhost:5000 or 127.0.0.1:5000 in your web browser
Thanks to Zak for supplying the initial code.