A learning management and online assessment system for academic education.
- 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
- Django 4.0.4
- Bootstrap 5.0.2
- jQuery 3.6.0
- Chart.js v3.9.1
- Animate.css 4.1.1
User
- HOME PAGE
- DASHBOARD
- DEPARTMENTS
- COURSES
- QUIZ
- PAYMENT
Screen.Recording.2022-12-06.at.10.16.20.PM.mov
Teacher
- Quiz Analysis
ADMIN PORTAL
- LOGIN
- ADMINISTRATION
- ADMIN PAGE- QUIZ
- ADMIN PAGE- STUDENT
- Clone the project
git clone https://github.com/paraschhugani/Adani_Web_Comp.git
- Go to the project directory
cd Adani_Web_Comp
- 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
- Make migrations and migrate
python manage.py makemigrations
python manage.py migrate
- Finally run the project
python manage.py runserver
Now the project should be running on http://127.0.0.1:8000/