Skip to content

Educational System For Teachers & Students 📚

License

Notifications You must be signed in to change notification settings

amirho3einn/QuizBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizBox


Hey ✌

This Project is an Online WebApp For Taking Quiz and Creating Assignments That Can Be Used By Students, Teachers and Universities 🔥

It's Developed With React and Django 💪

Special Thanks To Amir 🖤

Installation

React

cd react
npm install
npm run dev

ِDjango

python -m venv env
source env/bin/activate  (LINUX/MAC)
env\Scripts\activate     (WINDOWS)
cd django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Django URL: http://127.0.0.1:8000
API Docs(Swagger): http://127.0.0.1:8000/api/schema/docs#/

About

Educational System For Teachers & Students 📚

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.8%
  • Python 34.9%
  • HTML 0.3%