JS_DSA_Server is an open-source project for learning Data Structures and Algorithms in JavaScript. Contributions via pull requests are welcome. If you encounter any issues, please create a ticket, or for urgent matters, contact Raghul.
-
Check Project Version
- Endpoint:
GET /api/v1
- Description: Check the version of the JS_DSA_Server project.
- Endpoint:
-
Check Palindrome
- Endpoint:
POST /api/v1/js/palindrome
- Request Body:
{ "value": "eye" }
- Description: Check if the given string is a palindrome.
- Endpoint:
- Clone the repository:
git clone https://github.com/Ramraghul/JS_DSA_Server.git cd JS_DSA_Server
- Install dependencies:
yarn install
- Start the server:
yarn start
- Access the API:
Contributions are encouraged! To contribute:
Fork the repository.
- Create a new branch for your feature or bug fix.
- Make changes and commit them.
- Push the changes to your fork.
- Create a pull request.
If you encounter any issues or have suggestions, please create a GitHub issue.
or urgent matters or direct communication, please contact Raghul at raghulraghul111@gmail.com.