A simple project to fetch and display GitHub User Activity
Solution for the Github User Activity challenge from roadmap.sh.
To run this project, you need:
- Java version 17 or higher
- Maven 3.9
To compile the project, navigate to the root directory of the project (where pom.xml
is located) and run:
mvn compile
To build the project and package it, run the following command:
mvn clean install
After compiling, use the following command to run the application:
mvn exec:java -Dexec.mainClass="com.cunegundess.Main" -Dexec.args="USERNAME"
- Setup Maven
- [] Setup Docker
- [] Setup Frontend