Skip to content

manasch/dbms-project-chess-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

5th Semeseter DBMS (UE20CS301) Project Coursework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published