Skip to content

venkatacrc/lms-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Management System with Student Notes interface

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.

Getting Started

Prerequisties

Install Django

pip install django==1.11.14

Run the application

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.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements

JCrop GitHub URL: https://github.com/tapmodo/Jcrop Django URL https://www.djangoproject.com/

Future development

Add support for storing the Images in the database Generating the student notes book with Images + notes captured.

About

Learning Management System with Student Notes interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published