Skip to content

ShivaRapolu01/myBolooTeach-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myboloo - Exam web-app

Contribute to this project if you are tired with codetantra. Joking aside, this is a web application where a teacher as an admin can conduct custom quizzes to evaluate students. It will present features like student's relative performance and weak points too.

Tech stacks used:

  • HTML/ CSS/ JavaScript
  • Django

Usage Guide

Basic requirements: Python 3.6 or higher

Cloning the repository

$ git clone https://github.com/ankit11hab/myBolooTeach
$ cd myBolooTeach

Installation of dependencies

$ pip install -r requirements.txt

Performing necessary migrations

$ python manage.py makemigrations
$ python manage.py migrate

Running the project

$ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.1%
  • Python 34.9%