Skip to content

atharvparkhe/quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Application

Its a simple and fun to use application. You can make your own quizes and send the lik of the quiz to your friends. When they would answer the quiz, you can get to know thier score. This would help you and your friends to know each other better. Later they can also make thier own quizes and share. Lets see who knows you better.

Project Inspired from : https://funtriviaquiz.com

🔗 Content

📋 Features

  • Create Quizes.
  • Set your own answers for the quiz.
  • Share Quiz to friends via share link.
  • Rank friends based on thier score.
  • Answer Quizes made by others.

🧰 Tech Stack

  • BACKEND : Django (Python)

  • DATABASE : SQLite3

🛠 API Reference

Postman Endpoints : https://www.getpostman.com/collections/663e33802f2cebea5827

Endpoints

API Endpoints JSON file (for importing into thunderclient / postman) is available in the docs folder or click here

💻 Run Locally

Step#1 : Clone Project Repository

git clone https://github.com/atharvparkhe/quiz-application.git && cd quiz-application

Step#2 : Create Virtual Environment

  • If virtualenv is not istalled :
pip install virtualenv && virtualenv env
  • In Windows :
env/Scripts/activate
  • In Linux or MacOS :
source env/bin/activate

Step#3 : Install Dependencies

pip install --upgrade pip -r requirements.txt

Step#4 : Run Server

python manage.py runserver

Check the terminal if any error.

📄 Documentation

The docs folder contain all the project documentations and screenshots of the project.

Local Server Base Link : http://localhost:8000/

Admin Pannel Access :

🌄 Screen-Shots

All Categories Create Quiz Set Quiz Share Quiz Play Quiz Result

🙋🏻‍♂️ Author

🤝 Connect with Atharva Parkhe

LinkedIn GitHub Twitter Instagram LeetCode YouTube Discord

About

Its a simple and fun to use application. You can make your own quizes and send the lik of the quiz to your friends.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages