- This project is a simple Spring Boot application that allows you to fetch and display a GitHub user's recent activity from the command line. The application exposes a REST API endpoint which you can interact with using tools like
curl
or Postman. - This project is designed to showcase my skills in developing REST APIs using Spring Boot.
- Fetch recent GitHub activity for a specified user.
- Display activity including commits, issues, stars, etc.
- Handle errors gracefully, such as invalid usernames or API failures.
- Java 11 or higher
- Maven
- GitHub account (for testing purposes)