Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.42 KB

File metadata and controls

30 lines (19 loc) · 1.42 KB

DB-Course

Dependencies

Use pip3 install <package_name> to install each individual Python package (library) directly for the entire system, or create a virtual environment with the venv module. The necessary packages for this app are listed in requirements.txt and can be installed all together via pip install -r requirements.txt.

Instalation guide

  • Clone repository through git or GitHub Desktop
  • Make sure all dependenies are met
  • Run the following :
    • myslq -u root -p
    • source C:...\DB-Course\sql-scripts\mysql-library-schema.sql;
    • source C:...\DB-Course\sql-scripts\mysql-library-insert-data.sql;
    • (or run the sql files through mysql workbench)
  • Run run.py in the dbdemo folder
  • Connect to the website