An open API service indexing awesome lists of open source software.

https://github.com/zazuko/prefix-server

https://prefix.zazuko.com/about
https://github.com/zazuko/prefix-server

linked-data rdf schema vocabulary

Last synced: about 2 months ago
JSON representation

https://prefix.zazuko.com/about

Awesome Lists containing this project

README

        

# prefix-server
[![Build Status](https://travis-ci.org/zazuko/prefix-server.svg?branch=master)](https://travis-ci.org/zazuko/prefix-server)

> RDF prefix / namespaces resolution

## Build Setup

```bash
# install dependencies
$ npm ci
$ npm run build-data

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start
```

## Tests

```bash
# run the dev server
$ npm run dev

# run the tests in a window
$ npm run e2e:open

## OR

# run the tests headless
$ npm run e2e:test
```

## Building the resources used by the API

The resources can be rebuilt using `npm run build-data`.

They are not built by the hot-reload dev server because building the resources
takes time.