Skip to content

paraschhugani/Adani_Web_Comp

Repository files navigation

Adani University Online Platform

A learning management and online assessment system for academic education.

Features

  • The administrator adds courses, teachers, and students, as well as assigns them courses.
  • The teacher prepares course content, makes announcements, assigns homework and quizzes, takes attendance, and so on. A teacher can view the assessment details and analyses.
  • Using the access key, students can enrol in courses, view course content, engage in tests, and view their outcomes in detail.
  • A section for both the teacher and the student to discuss.

Login as admin and add some courses, teacher and students.

Admin Login for Administration: ( http://127.0.0.1:8000/admin )

Username : adani_admin

Password : qwertyuiop10

Student Login for Usecase: ( http://127.0.0.1:8000/login )

Id : 1234

Password: 12345

Relational Schema

Screenshot 2022-12-07 at 11 55 53 AM

Tech Stack

  1. Django 4.0.4
  2. Bootstrap 5.0.2
  3. jQuery 3.6.0
  4. Chart.js v3.9.1
  5. Animate.css 4.1.1

UI

User

  • HOME PAGE

Screenshot 2022-12-07 at 11 45 38 AM

  • ONLINE PORTAL LOG-IN Uploading Screenshot 2022-12-07 at 11.46.07 AM.png…

  • PROFILE

Screenshot 2022-12-07 at 11 47 26 AM

  • DASHBOARD

Screenshot 2022-12-07 at 11 47 48 AM

  • DEPARTMENTS

Screenshot 2022-12-07 at 11 48 55 AM

  • COURSES

Screenshot 2022-12-07 at 11 49 11 AM

  • QUIZ

Screenshot 2022-12-07 at 12 12 53 AM

  • PAYMENT
Screen.Recording.2022-12-06.at.10.16.20.PM.mov

Teacher

  • Quiz Analysis

Screenshot 2022-12-07 at 12 22 11 AM

ADMIN PORTAL

  • LOGIN

Screenshot 2022-12-07 at 11 50 44 AM

  • ADMINISTRATION

Screenshot 2022-12-07 at 11 51 11 AM

  • ADMIN PAGE- QUIZ

Screenshot 2022-12-07 at 11 51 31 AM

  • ADMIN PAGE- STUDENT

Screenshot 2022-12-07 at 11 52 01 AM

Run Locally

  1. Clone the project
git clone https://github.com/paraschhugani/Adani_Web_Comp.git
  1. Go to the project directory
cd Adani_Web_Comp
  1. Create a virtual environment and activate it (Windows)
python -m venv env
env\Scripts\activate
```pip


4. Install dependencies

```bash
pip install -r requirements.txt
  1. Make migrations and migrate
python manage.py makemigrations
python manage.py migrate
  1. Finally run the project
python manage.py runserver

Now the project should be running on http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published