Skip to content

Cunegundess/RoadmapSh-GitHub-User-Activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-User-Activity

A simple project to fetch and display GitHub User Activity

Solution for the Github User Activity challenge from roadmap.sh.

Requirements


To run this project, you need:

  • Java version 17 or higher
  • Maven 3.9

How to Compile and Run the Project


Step 1: Compile the Project


To compile the project, navigate to the root directory of the project (where pom.xml is located) and run:

mvn compile

Step 2: Build the Project


To build the project and package it, run the following command:

mvn clean install

Step 3: Run the Project


After compiling, use the following command to run the application:

mvn exec:java -Dexec.mainClass="com.cunegundess.Main" -Dexec.args="USERNAME"

Todo

  • Setup Maven
  • [] Setup Docker
  • [] Setup Frontend

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages