There are numerous courses available online on platforms like Udemy, Coursera, Coding Blocks etc. from where students can learn how to program. However due to the overwhelmingly large number of choices available selecting one of them becomes difficult. To make a little difference in this procedure we have developed a website in which some of the best or highly rated courses from these platforms are shown. And after choosing a course the student we will be redirected to the website of the platform of which he or she wants to take the course. In a nutshell the website acts a catalogue for courses available on various platforms.
- Python3 should be installed on the system.
- install dependency:
pip install django==3.0 - clone the repository from github using
git clone repository_url - move in your project folder and run the commands given below:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
| Homepage | Courses |
|
|
|
| CourseView | AboutUs |
| Blogs | Contact |