App to aid disance learning. This webapp has ability to
- Authenticate users.
- Upload a video by user given permisiions
- Create courses.
- Play videos.
- python3 (https://www.python.org/downloads/source/)
- pip3 (https://pip.pypa.io/en/stable/installation/)
Execute below commands
#!/bin/bash
git clone <this git repo>
cd mytutor
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py makemigrations app
python3 manage.py migrate
pythom3 manage.py runserver
Once done you can access the website using url http://localhost:8000
- Authentication
- store videos in cloud
- REST APIs endpoints