Skip to content

An educational platform where teachers can upload courses and training videos. Students can subscribe to the courses and view them at their pace.

Notifications You must be signed in to change notification settings

NahushKulkarni/edureact

 
 

Repository files navigation

React website for Education

Project Setup

NOTE: After running any pip install [package] command please update requirements.txt

pip freeze > requirements.txt
  1. Clone this repository
git clone https://github.com/ssameermah/edureact.git
  1. Navigate to edureact folder
cd edureact
  1. Create Virtual Environment
virtualenv env
  1. Activate Virtual Environment
venv\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt

About

An educational platform where teachers can upload courses and training videos. Students can subscribe to the courses and view them at their pace.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 51.8%
  • HTML 27.6%
  • JavaScript 15.8%
  • CSS 4.8%