A small LMS with the following functionality:
- Auth
- Quizzes
- Access to course
- Comment to course
- Quiz in course
- Embedding videos to lesson
- Tracking progress
cd studynet_vue
yarn install
yarn serve
yarn build
cd studynet_django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver