Skip to content

serega-s/studynet_lms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyNet

A small LMS with the following functionality:

  • Auth
  • Quizzes
  • Access to course
  • Comment to course
  • Quiz in course
  • Embedding videos to lesson
  • Tracking progress

avatar

For Vue

cd studynet_vue
yarn install
yarn serve
yarn build

For Django

cd studynet_django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

Not big LMS with Django, DRF, Vue, Bulma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published