Skip to content

AnjaliPushkar/CoursesOnCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoursesOnCart

Introduction

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.

To run locally

  1. Python3 should be installed on the system.
  2. install dependency:
    pip install django==3.0
  3. clone the repository from github using git clone repository_url
  4. move in your project folder and run the commands given below:
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

Screenshots of Web Application

Homepage Courses
CourseView AboutUs
Blogs Contact

About

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 th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors