You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Features
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.
Requirements
Java 11 or higher
Maven
GitHub account (for testing purposes)
About
A Spring Boot application that fetches and displays a GitHub user's recent activity through a REST API, viewable from the command line/Postman.