Skip to content

Website similar to Kaggle made for my University using Python and MySQL

Notifications You must be signed in to change notification settings

ahmadesat/Sehir-Study-Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sehir-Study-Questions

Website similar to Kaggle made for my University using Python and MySQL

For the containerized version (using Docker) : Sehir Study Questions Containerized

How To Use :

For MySQL:

  1. Open MySQL and make a schema with the name "studyquestions"
  2. Copy all the code inide "sehirstudyquestions.sql"
  3. Paste this code inside a new SQL Query created in "studyquestions" schema, and execute it.

For Python:

  1. Make sure you change the host,user, and password parameters in here, to whatever you put in your MySQL Database
database = mysql.connector.connect(host="localhost",
                                   user="userHere",
                                   password="passwordHere",
                                   database="studyquestions")
  1. Run main.py
  2. Navigate to http://127.0.0.1:5000 and enjoy the website :)

For Testing :

To test the website as an Instructor, simply register an account with the following credentials:

Name : Testing Instructor

email : [email protected]

password : any password

Then search for a course named Testing Purposes You will be the instructor of that course.

To test the website as a Student, credentials can be anything you'd like but make sure you use the domain @std.sehir.edu.tr in the email section

About

Website similar to Kaggle made for my University using Python and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages