/dbms-project-chess-database

5th Semeseter DBMS (UE20CS301) Project Coursework

Primary LanguagePythonMIT LicenseMIT

Chess Database Management

Setup

  • Start MySQL on XAMPP
  • Install python dependencies
    pip install -r requirements.txt
  • Source setup.sql and chess.sql
    mysql -u root
    source setup.sql
    source src/sql/chess.sql
    
  • Start streamlit
    streamlit run ./src/app.py