https://github.com/ashfaqbs/bored_api
https://github.com/ashfaqbs/bored_api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashfaqbs/bored_api
- Owner: Ashfaqbs
- License: gpl-3.0
- Created: 2023-03-19T02:51:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T03:12:28.000Z (over 2 years ago)
- Last Synced: 2025-02-15T14:18:32.936Z (5 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bored API

A simple API built with Spring Boot that generates a new task every time it is called.
## Prerequisites
- Java 8 or higher
- Maven## Getting started
To run the application, clone the repository and navigate to the project directory in your terminal. Then, run the following command:
This will start the application on `localhost:8080`.
## API endpoints
### GET /bored
Generates a new task.
**Example response:**
type-StringWrite a short story
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.