Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cvmcosta/ltijs-demo-server
Ltijs Demo Application Server
https://github.com/Cvmcosta/ltijs-demo-server
Last synced: 4 days ago
JSON representation
Ltijs Demo Application Server
- Host: GitHub
- URL: https://github.com/Cvmcosta/ltijs-demo-server
- Owner: Cvmcosta
- Created: 2020-07-15T00:24:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T23:06:43.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:46:28.122Z (3 months ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 24
- Watchers: 2
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ltijs Demo Server
> Ltijs v5 demo server
### Usage
- Download or clone the repo
- Setup `.env` file with the relevant variables
```
DB_HOST=localhost
DB_NAME=ltidb
DB_USER=user
DB_PASS=pass
LTI_KEY=LTIKEY
```
*DB_USER and DB_PASS are not required*- Run `npm install`
- Run `npm start`
### React application
The code for the react application used with this project can be found [here](https://github.com/Cvmcosta/ltijs-demo-client).