Skip to content

vit/dspace-frontend-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dspace-frontend-demo

Node/Express demo frontend for DSpace (Electronic Library) REST API

Install

> git clone https://github.com/vit/dspace-frontend-demo.git
> cd dspace-frontend-demo
> npm install

Config file

> vim config/default.json

Type and save:

{
    "remote_server": {
        "host": "https://dspace.example.com",
        "path": "/rest"
    }
}

Run server

> npm start

... or run on custom port:

> PORT=8080 npm start

...or run without config file at all

> REMOTE_HOST="https://dspace.example.com" REMOTE_PATH="/rest" PORT=8080 npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published