Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.71 KB

File metadata and controls

36 lines (28 loc) · 2.71 KB

LiberVerto

Istanbul Technical University, BLG317E Database Systems Fall 2020 Project

LiberVerto is an e-commerce website which targets specifically books, especially pre-owned ones

Setup and Execution

  1. Create a virtual environment
  2. Install dependencies using pip install -r requirements.txt
  3. In initialization.py change config variables for your database. This project uses MySQL.
  4. ddl_statements.sql file contains create table statements. Using this create corresponding tables in your database.
  5. Finally, start server using python server.py.

Screenshots

landing page sign up form login form main page user search results book search results showcase of user wishlist page basket page order form notes for future books page past orders page give point form school mode page book search  result in school mode update book form add new book form delete user account