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

https://github.com/likweitan/django-online-learning-platform

An online learning platform website made with Django.
https://github.com/likweitan/django-online-learning-platform

bootstrap4 django django-application online-learning python

Last synced: 2 months ago
JSON representation

An online learning platform website made with Django.

Awesome Lists containing this project

README

        

# Online Learning Platform Website with DJANGO

## Installation
Create a virtual environment (VENV), follow these steps to download and run the
application in this directory:

$ git clone https://github.com/likweitan/django-online-learning-platform.git
$ cd django-online-learning-platform
$ venv\Scripts\activate
$ pip install -r requirements
$ python manage.py migrate
$ python manage.py runserver

## Example screenshot

### Login Page

- Create a superuser before you could login

![Login Page](https://user-images.githubusercontent.com/11171910/116688053-b63eae00-a9e8-11eb-83cf-10847aafe978.png)

### Home Page

- Show recent updates and courses to the users

![Home Page](https://user-images.githubusercontent.com/11171910/116688198-ec7c2d80-a9e8-11eb-9d2d-28dc2ed67d09.png)

### Course Page

![image](https://user-images.githubusercontent.com/11171910/116688566-788e5500-a9e9-11eb-819d-e363f8fffd45.png)

# Compatibility
* Python 3.8
* PostgreSQL Preferred