Git Product home page Git Product logo

course_stream's Introduction

course stream in django ๐Ÿ““ ย 

  • In this repo I have developed online learning platform like udemy. In this project free courses as well as paid courses both are developed.
  • This project are on the way so some features may be not work.

How to run the project? ๐Ÿค”

1). Run all command manually

  • Clone github repository in your local system git clone https://github.com/amankayat/course_stream.git
  • Move in course-stream-in-django repository cd course-stream-in-django
  • Create new virtual python environment python3 -m venv venv
  • Activate virtual python environment source venv/bin/activate
  • Install all the libraries mentioned in requirements.txt using pip install -r requirements.txt
  • Run Django project python manage.py runserver
  • Go to your browser and type http://127.0.0.1:8000/ in the address bar.
  • Hurray! That's it.

Technology used in Project โ™จ๏ธ

Directory Tree ๐ŸŒต

Show Tree
.
โ”œโ”€โ”€ blog
โ”‚ย ย  โ”œโ”€โ”€ admin.py
โ”‚ย ย  โ”œโ”€โ”€ apps.py
โ”‚ย ย  โ”œโ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ migrations
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0001_initial.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0002_auto_20201004_1907.py
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ models.py
โ”‚ย ย  โ”œโ”€โ”€ templatetags
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ extras.py
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ tests.py
โ”‚ย ย  โ”œโ”€โ”€ urls.py
โ”‚ย ย  โ””โ”€โ”€ views.py
โ”œโ”€โ”€ db2.sqlite3
โ”œโ”€โ”€ db.sqlite3
โ”œโ”€โ”€ Images
โ”‚ย ย  โ”œโ”€โ”€ 1.png
โ”‚ย ย  โ”œโ”€โ”€ 2.png
โ”‚ย ย  โ”œโ”€โ”€ 3.png
โ”‚ย ย  โ”œโ”€โ”€ 4.png
โ”‚ย ย  โ”œโ”€โ”€ 5.png
โ”‚ย ย  โ”œโ”€โ”€ 6.png
โ”‚ย ย  โ”œโ”€โ”€ 7.png
โ”‚ย ย  โ””โ”€โ”€ 8.png
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ manage.py
โ”œโ”€โ”€ mysite
โ”‚ย ย  โ”œโ”€โ”€ admin.py
โ”‚ย ย  โ”œโ”€โ”€ apps.py
โ”‚ย ย  โ”œโ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ migrations
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0001_initial.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0002_lecture_course.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0003_auto_20201001_1806.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0004_auto_20201002_1139.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0005_lecture_lecture_type.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0006_lecturecomment.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0007_course_course_price.py
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ models.py
โ”‚ย ย  โ”œโ”€โ”€ tests.py
โ”‚ย ย  โ”œโ”€โ”€ urls.py
โ”‚ย ย  โ””โ”€โ”€ views.py
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ requirements.txt
โ”œโ”€โ”€ secret key.json
โ”œโ”€โ”€ startup
โ”‚ย ย  โ”œโ”€โ”€ asgi.py
โ”‚ย ย  โ”œโ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ settings.py
โ”‚ย ย  โ”œโ”€โ”€ urls.py
โ”‚ย ย  โ””โ”€โ”€ wsgi.py
โ”œโ”€โ”€ static
โ”‚ย ย  โ”œโ”€โ”€ css
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ dashboard.css
โ”‚ย ย  โ”œโ”€โ”€ images
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ Courses.png
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ courses.webp
โ”‚ย ย  โ””โ”€โ”€ js
โ”‚ย ย      โ”œโ”€โ”€ pass_validation.js
โ”‚ย ย      โ””โ”€โ”€ validation.js
โ”œโ”€โ”€ student
โ”‚ย ย  โ”œโ”€โ”€ admin.py
โ”‚ย ย  โ”œโ”€โ”€ apps.py
โ”‚ย ย  โ”œโ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ migrations
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0001_initial.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0002_coursesubscription.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0003_coursesubscription_datestamp.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0004_auto_20201102_1949.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0005_coursesubscription_payment_id.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0006_auto_20201104_1008.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0007_auto_20201104_1238.py
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 0008_studentinfo_email_id.py
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ __init__.py
โ”‚ย ย  โ”œโ”€โ”€ models.py
โ”‚ย ย  โ”œโ”€โ”€ tests.py
โ”‚ย ย  โ”œโ”€โ”€ urls.py
โ”‚ย ย  โ””โ”€โ”€ views.py
โ”œโ”€โ”€ templates
โ”‚ย ย  โ”œโ”€โ”€ 404.html
โ”‚ย ย  โ”œโ”€โ”€ base.html
โ”‚ย ย  โ”œโ”€โ”€ blog
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ blog.html
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ blogpost.html
โ”‚ย ย  โ”œโ”€โ”€ course
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ checkout.html
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ course_detail.html
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ courses.html
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ index.html
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ lecture.html
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ pricing.html
โ”‚ย ย  โ””โ”€โ”€ student
โ”‚ย ย      โ”œโ”€โ”€ change_password.html
โ”‚ย ย      โ”œโ”€โ”€ info.html
โ”‚ย ย      โ””โ”€โ”€ user_course.html
โ””โ”€โ”€ validation
   โ”œโ”€โ”€ admin.py
   โ”œโ”€โ”€ apps.py
   โ”œโ”€โ”€ __init__.py
   โ”œโ”€โ”€ migrations
   โ”‚ย ย  โ””โ”€โ”€ __init__.py
   โ”œโ”€โ”€ models.py
   โ”œโ”€โ”€ tests.py
   โ”œโ”€โ”€ urls.py
   โ””โ”€โ”€ views.py

19 directories, 89 files

Bug / Feature Request ๐Ÿ‘จโ€๐Ÿ’ป

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Connect with me! ๐ŸŒ

Known on internet as Aman Kayat

Email Me ๐Ÿ“ง

course_stream's People

Contributors

amankayat avatar bhawana30 avatar

Watchers

 avatar

Forkers

bhawana30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.