Skip to content
/ Comics Public

Comic Information Management System - Group 12 (Group 5 DS) Advance Programming with Python Mid-term Project

Notifications You must be signed in to change notification settings

Xernnn/Comics

Repository files navigation

Comic Information Management System

Group 12 (Group 5 DS) Advance Programming with Python midterm project

  • BI12-389 Nguyen Son
  • BI12-447 An Minh Tri
  • BI12-375 Nguyen Cong Quoc
  • BI12-357 Nguyen Duc Phuong
  • BI12-390 Vu Hung Son

Sample

Demo

  1. Git clone this project
git clone https://github.com/Xernnn/Comics.git
  1. Install the requirements
pip install -r requirements.txt
  1. Install MySQL 2.0 WorkBench

  2. Inside MySQL WorkBench, setup a new connection with these information:

  • host="localhost"
  • user="root"
  • password="root"
  1. Open user.sql script and run it

  2. Import your comic data onto the database, name the database = "comics"

  3. Run the python file

python main.py

Inside the App Interface

You can find all the things you can do in this app in this README file

Example Dataset

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

About

Comic Information Management System - Group 12 (Group 5 DS) Advance Programming with Python Mid-term Project

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages