Skip to content

QueryQuest is a website that hosts various Mystery Games/Puzzels Which are solved using MySql Queries

Notifications You must be signed in to change notification settings

chaitraDev/QueryQuest-SQLGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Query Quest

Welcome to Query Quest! This website hosts a collection of interactive games that can be solved using MySQL queries. Test and improve your SQL skills while having fun with various challenges.

Table of Contents

About

Query Quest is an educational website designed to enhance your understanding of MySQL queries through interactive gameplay. Solve different challenges and puzzles by applying your SQL knowledge to advance through the games.

Features

  • Interactive MySQL query games
  • Various levels of difficulty to cater to different skill levels
  • Real-time feedback and hints to assist in solving the challenges
  • Score tracking and leaderboards to compare your performance with other players

Technologies Used

  • Django (Backend)
  • HTML, CSS, JavaScript (Frontend)
  • Bootstrap (Frontend framework)

Installation

  1. Clone the repository using the following command:
git clone https://github.com/ashwiniiyadavv/MySqlGame-DBMS-MiniProject.git
  1. Navigate to the project directory.

  2. Install the necessary dependencies using pip:

pip install -r requirements.txt
  1. Set up the MySQL database and configure the Django settings accordingly.

  2. Apply the migrations:

python manage.py migrate

Usage

To run the Query Quest website locally, use the following command:

python manage.py runserver

Visit http://localhost:8000 in your web browser to access the website.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or find any issues, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

QueryQuest is a website that hosts various Mystery Games/Puzzels Which are solved using MySql Queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 34.6%
  • Python 34.2%
  • HTML 29.8%
  • Rich Text Format 1.4%