Skip to content

A compact and efficient Learning Record Store designed for seamless tracking and storage of xAPI statements.

Notifications You must be signed in to change notification settings

JohnXander/mini-lrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini LRS

Mini LRS (Learning Record Store) is a lightweight learning analytics system.

Getting Started

To get the Mini LRS project up and running on your local machine, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository to your local machine.

  2. Install dependencies for both the server and the client:

    npm install

Running the Frontend

  1. Change directory to client:

    cd client
  2. Run the development server for the frontend:

    npm run dev

This will start the frontend application and you can access it in your browser at http://localhost:5173.

Running the Backend

  1. Open a separate terminal in the root of the project:

  2. Run the development server for the backend:

    npm run dev

This will start the server using nodemon, and it will be accessible at http://localhost:10000.

About

A compact and efficient Learning Record Store designed for seamless tracking and storage of xAPI statements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published