Skip to content

cristian-rincon/palindrome-checker-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published