Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashfaqbs/joke-api-random-jokes-through-a-restful-api
- Owner: Ashfaqbs
- Created: 2022-09-07T09:05:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T14:01:23.000Z (over 1 year ago)
- Last Synced: 2023-11-22T12:36:39.821Z (12 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.