An open API service indexing awesome lists of open source software.

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

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
```