Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 500 Bytes

palindrome-checker-api

This api allows you to search the longest palindrome from a given text. You can find de Api docs at ´/´ (this will redirect you to ´/docs´).

The available endpoints are:

/ - Redirects to /docs by default
/ping - Healthcheck endpoint
/palindrome - receives some text and returns the longest palindrome inside it.

How to run this api

Using Docker

docker pull crincon/api-palindrome:latest
docker run -p 8000:8000 crincon/api-palindrome