Skip to content

ScriptGadget/store

Repository files navigation

Store

A simple API server for use with Gather data gathering.

The project is generated by LoopBack.

To Install

Setup a node.js development environment.

Clone this repository.

Assuming the repository is in a directory named 'Store

cd Store
npm install

Run store with

export store_user='admin' && export store_email='[email protected]' && export store_password='example' && node .

In a separate shell, run a script to create test data.

./create-sample-data

Note the Technician session ID in the output. You will need this to try API calls in the explorer interface.

Visit the explorer interface at http://localhost:3000/explorer/

You can view the API documentation and try live examples.

About

A simple REST API for the Gather example application, built with loopback.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published