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.
- Host: GitHub
- URL: https://github.com/tkosminov/lms-lrs
- Owner: tkosminov
- License: mit
- Created: 2023-02-28T15:22:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T06:23:35.000Z (over 3 years ago)
- Last Synced: 2024-12-28T01:39:02.424Z (over 1 year ago)
- Topics: cmi5, lms, lrs, nestjs, scorm, tincan, vue3
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)