Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freedisch/django-app

This is an online course app where a user can enroll for a course and take an assement
https://github.com/freedisch/django-app

github learn student-vscode

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
python manage.py makemigrations
```

```bash
python manage.py migrate
```

```bash
python manage.py runserver
```