Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashfaqbs/joke-api-random-jokes-through-a-restful-api

SpringBoot Project , runs on tomcat server=8080, url-http://localhost:8080/jokes, returns Random Jokes when requested to he server
https://github.com/ashfaqbs/joke-api-random-jokes-through-a-restful-api

Last synced: 15 days ago
JSON representation

SpringBoot Project , runs on tomcat server=8080, url-http://localhost:8080/jokes, returns Random Jokes when requested to he server

Awesome Lists containing this project

README

        

# Joke API
This is a simple Spring Boot app that provides random jokes through a RESTful API.

## Getting Started
To use the Joke API, follow these steps:

### Clone the repository to your local machine.
### Build the project using Maven:
mvn clean install

### Start the app
mvn spring-boot:run

## Contributing
If you would like to contribute to the Joke API, feel free to submit a pull request.

## License
This project is licensed under the MIT License. See the LICENSE file for details.

## Acknowledgements
This app was inspired by the JokeAPI project.