This is a prototype created to show the notes interface to online learning. This is a Django App with Jcrop integrated to take images of the video content.
Install Django
pip install django==1.11.14
Clone the Repo. Run the server
$ python manage.py runserver
This will display the following message:
Performing system checks...
System check identified no issues (0 silenced).
July 27, 2018 - 23:40:34
Django version 1.11.14, using settings 'edxnotes.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C
Open the URL to see the lightweight Learning Management System with Student Notes interface prototype.
- Venkata C Chintapalli - Initial work - PurpleBooth
This project is licensed under the MIT License - see the LICENSE.md file for details
JCrop GitHub URL: https://github.com/tapmodo/Jcrop Django URL https://www.djangoproject.com/
Add support for storing the Images in the database Generating the student notes book with Images + notes captured.