/CNE310_FinalProject

Final Project Repository for CNA340

Primary LanguagePython

Bookstore

Bookstore is a web application by Alabamazon and is the final project for CNA 340 IT Project Management.

Getting Started

This will prepare a deployment of the eCommerce website on your local system.

Prerequisites

The code requires Python and Flask to run at minimum. Pycharm IDE is recommended, but not required.

  1. Python 3
  2. Flask (Install via Pip in Pycharm)
  3. PyCharm IDE

Running

  1. Start the server by running main.py
  2. Navigate to localhost:5000 or 127.0.0.1:5000 in your web browser

Thanks

Thanks to Zak for supplying the initial code.