Istanbul Technical University, BLG317E Database Systems Fall 2020 Project
LiberVerto is an e-commerce website which targets specifically books, especially pre-owned ones
- Create a virtual environment
- Install dependencies using
pip install -r requirements.txt - In
initialization.pychange config variables for your database. This project usesMySQL. ddl_statements.sqlfile contains create table statements. Using this create corresponding tables in your database.- Finally, start server using
python server.py.

















