Mini LRS (Learning Record Store) is a lightweight learning analytics system.
To get the Mini LRS project up and running on your local machine, follow these steps:
Make sure you have the following installed on your machine:
- Node.js (https://nodejs.org/)
- npm (Node Package Manager, comes with Node.js installation)
-
Clone the repository to your local machine.
-
Install dependencies for both the server and the client:
npm install
-
Change directory to client:
cd client
-
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.
-
Open a separate terminal in the root of the project:
-
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.