- BI12-389 Nguyen Son
- BI12-447 An Minh Tri
- BI12-375 Nguyen Cong Quoc
- BI12-357 Nguyen Duc Phuong
- BI12-390 Vu Hung Son
- Git clone this project
git clone https://github.com/Xernnn/Comics.git
- Install the requirements
pip install -r requirements.txt
-
Install MySQL 2.0 WorkBench
-
Inside MySQL WorkBench, setup a new connection with these information:
- host="localhost"
- user="root"
- password="root"
-
Open user.sql script and run it
-
Import your comic data onto the database, name the database = "comics"
-
Run the python file
python main.py
You can find all the things you can do in this app in this README file
You can find example datasets of comics inside the example datasets folder.
-
The small dataset comics.csv including 10 different comics that you can easily import to test the project.
-
The larger dataset comicsL.csv including 135 different comics.
Also the dataset of users for the administrators: users.csv