Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursharer

Inspiration: to create a platform for instructors to share their whole file every frame instead of just their screen. This will allow students to see what the instructor talked about in the previous screen simply by scrolling rather than rewinding the video and the fast forwarding it to its original position

Run

docker-compose up EMAIL_USER={company email} EMAIL_PASS={company email password}

Linux and Mac

export EMAIL_USER={company email}
export EMAIL_PASS={company email password}
export FLASK_APP=run.py
export SECRET_KEY='daa225d7b4d306991af1f66cc3656352'
export SQLALCHEMY_DATABASE_URI='sqlite:///site.db'
flask run

Windows cmd

set EMAIL_USER={company email}
set EMAIL_PASS={company email password}
set FLASK_APP=run.py
set SECRET_KEY='daa225d7b4d306991af1f66cc3656352'
set SQLALCHEMY_DATABASE_URI='sqlite:///site.db'
flask run

Installation

Install Python3 and Pip3

pip3 install -r requirements.txt

Project Demo

home account dashboard course

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages