Skip to content

likweitan/django-online-learning-platform

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

Home Page

  • Show recent updates and courses to the users

Home Page

Course Page

image

Compatibility

  • Python 3.8
  • PostgreSQL Preferred

About

An online learning platform website made with Django.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published