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.
- Creating account/Login
- Enrolling for a course
- Take a quizz and been graded
- Adding courses
- Deleting, update users information
To deploy this project run
python manage.py makemigrations
python manage.py migrate
python manage.py runserver