Skip to content

A mini google classroom clone created in Django, JavaScript, HTML and CSS.

Notifications You must be signed in to change notification settings

Aafiya-H/Classroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cdc340 · Jan 14, 2021

History

97 Commits
Jan 11, 2021
Dec 14, 2020
Jan 14, 2021
Dec 11, 2020
Jan 14, 2021
Dec 18, 2020
Jan 14, 2021
Nov 23, 2020
Jan 14, 2021
Dec 11, 2020
Nov 11, 2020
Jan 14, 2021
Jan 14, 2021

Repository files navigation

Classroom

About

In todays day and age of online learning, it is important to have an online platform such that students can submit their assignments, teachers can assess them and return back the results. Hence, we have made Classroom to accomplish this task.


Interface


Tech stack

Backend : Django
Database : SQLite
Frontend : CSS, HTML, Bootstrap, jQuery


Installation steps

A step by step series of examples that tell you how to get a development env running

In your cmd:

git clone https://github.com/Aafiya-H/Classroom.git

Then,

cd Classroom
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate

Next

Create a .env file, enter your credentials for following fields

EMAIL_HOST = ENTER YOUR EMAIL HOST
EMAIL_PORT = ENTER YOUR EMAIL PORT
EMAIL_HOST_USER = ENTER YOUR EMAIL ID
EMAIL_HOST_PASSWORD = ENTER YOUR EMAIL PASSWORD
SECRET_KEY = ENTER ANY RANDOM STRING

Then

python manage.py runserver

You are done with the setup now!


Developed with ❤️ by Mayank, Aafiya and Talha