- npm >= 6
- node >= 8
-
Clone the repository
git clone https://github.com/panosc-eu/search-api.git
-
Install node packages
npm install
-
Start the server
npm start
-
Try out the API using the example queries, either through http://localhost:3000/explorer or Curl.
npm test