/_cursos

An online learning platform website made with Django.

Primary LanguageHTMLApache License 2.0Apache-2.0

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