Skip to content

This project is a simple Spring Boot application that provides an API endpoint to check if a string is a palindrome and to return the reversed string.

Notifications You must be signed in to change notification settings

MoteneJan/Palindrome_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Palindrome_API

Palindrome

This project is a simple Spring Boot application that provides an API endpoint to check if a string is a palindrome and to return the reversed string.

Overview

Requirements

Prerequisites

  • Java 8 or higher
  • Maven

Setup

Git clone the repository

git clone https://github.com/MoteneJan/Palindrome_API.git cd Palindrome-API

Endpoints- Used POSTMAN

GET /api/v1/Pallandrome_API

Parameters:

  • input (query string parameter): The input string to be processed.
  • e.g,. input - "racecar"

Response:

{
  "ReversedString": "your reversed string",
  "IsPalindrome": true/false
}

About

This project is a simple Spring Boot application that provides an API endpoint to check if a string is a palindrome and to return the reversed string.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages