Written for a computer science project by Suyash and ___.
to set this up, run the following commands:
git clone https://github.com/Not-a-web-Developer/Shop-Management-System.git
cd Shop-Management-System/src/database
mysql -u <YOUR USERNAME> -p
enter your mySQL password, and run the following command in the mySQL console:
mysql> source database.sql
then, go to /src and run main.py:
cd ..
py main.py