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

https://github.com/tkosminov/lms-lrs

Allows you to upload and run courses (scorm, tincan, cmi5). THIS SOLUTION IS NOT OPTIMIZED FOR PRODUCTION. But it can be used as reference material.
https://github.com/tkosminov/lms-lrs

cmi5 lms lrs nestjs scorm tincan vue3

Last synced: 27 days ago
JSON representation

Allows you to upload and run courses (scorm, tincan, cmi5). THIS SOLUTION IS NOT OPTIMIZED FOR PRODUCTION. But it can be used as reference material.

Awesome Lists containing this project

README

          

# Course

## LMS

[README](lms/README.md)

## LRS

[README](lrs/README.md)

## Nginx

* Install nginx
* Set `root` path in `nginx.conf -> server -> uploads`
* Copy `nginx.conf` in `/etc/nginx/conf.d`
* Restart nginx

## Run

* Run LMS
* Run LRS
* Run Nginx
* Open `http://localhost:80`

## Course Examples

* [scorm](https://scorm.com/scorm-explained/technical-scorm/golf-examples/)