Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 970 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 970 Bytes

Photon and Neutron Search Api

Documentation

Prerequisites

  • npm >= 6
  • node >= 8

How to use the Photon and Neutron search api

  1. Clone the repository

    git clone https://github.com/panosc-eu/search-api.git
  2. Install node packages

    npm install
  3. Start the server

    npm start
  4. Try out the API using the example queries, either through http://localhost:3000/explorer or Curl.

Acceptance and integration tests

npm test