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
- Create a superuser before you could login
- Show recent updates and courses to the users
- Python 3.8
- PostgreSQL Preferred