Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freedisch/django-app
- Owner: Freedisch
- Created: 2022-07-31T10:16:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T17:58:34.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:56:52.771Z (almost 2 years ago)
- Topics: github, learn, student-vscode
- Language: JavaScript
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```