Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 744 Bytes

File metadata and controls

27 lines (24 loc) · 744 Bytes

LibrarySearch API

Usage guide

Clone the repo
git clone https://github.com/arani87/librarysearcherapi.git

One command to build and run the API

On Linux/Mac/Git Bash execute the following command
./run.sh
On Windows command line
run.bat

Test the API using swagger endpoints

Swagger UI
Main API endpoint
Metrics endpoint

(Alternatively) Run as a Docker container

docker pull arani87/librarysearchapp:1.0
docker run -p 8080:8080 -t arani87/librarysearchapp:1.0