Bet4Arrio / _cursos

An online learning platform website made with Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:HTML 53.2%Language:Python 43.0%Language:CSS 3.5%Language:JavaScript 0.3%Language:Procfile 0.1%