This web application is a potential place where people can learn software development through video tutorials, quizzes, and link resources.This project is currently under construction and more features are being added as time progresses.
- Python 3
 - Django 1.9
 - Django Debug Toolbar --> pip install django-debug-toolbar
 - Markdown2 --> pip install markdown2
 
Clone the repository and unzip the contents. Open your computer terminal and change directory to be located inside the repository.
python manage.py runserver 0.0.0.0:8000
Open a browser and connect to site: 0.0.0.0:8000