/Django-app

This is an online course app where a user can enroll for a course and take an assement

Primary LanguageJavaScript

ONLINE COURSE APP

This is a web application where user can enroll for a course and take a quizz assements. The User cannot enroll in the course without have an account on the website. There is all the admin page where the admin can add delete or update a course and the assements.

Features

  • Creating account/Login
  • Enrolling for a course
  • Take a quizz and been graded
  • Adding courses
  • Deleting, update users information

Deployment

To deploy this project run

  python manage.py makemigrations
  python manage.py migrate
  python manage.py runserver