https://github.com/learncodingeasy/lms_learning_management_system
LMS Learning Management System
https://github.com/learncodingeasy/lms_learning_management_system
Last synced: 7 months ago
JSON representation
LMS Learning Management System
- Host: GitHub
- URL: https://github.com/learncodingeasy/lms_learning_management_system
- Owner: LearnCodingEasy
- License: other
- Created: 2024-11-14T12:34:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:54:39.000Z (about 1 year ago)
- Last Synced: 2025-03-17T14:50:15.575Z (10 months ago)
- Language: Python
- Size: 25.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LMS_Learning_Management_System
LMS Learning Management System
## 📦 Django
- 🚀 Activate Virtual Environment 🔋
```cmd
lms_virtual_environment\Scripts\activate
```
- Go To
```cmd
cd lms_django
```
- Modifications To Models File
```cmd
python manage.py makemigrations
```
- Modifications To The Database
```cmd
python manage.py migrate
```
- Run Project
```cmd
python manage.py runserver
```
### 🖥️ Vue
- Go To
```cmd
cd lms_vue
```
```cmd
npm run dev
```
```cmd
npm run build
```
### 🖥️ Vue Press
- Go To
```cmd
cd lms_vuepress
```
```cmd
npm run docs:dev
```