Development Process
This project uses maven to run as it, is a spring application you can run the project with the following command in the root directory:
mvn spring-boot:run
Create package
mvn packge
run application with the package created
java -jar target/todoapi-0.0.1-SNAPSHOT.jar
CI Pipeline GitHub Action name
This project has Continuos Delivery (CI) through a GitHub Action, this action simply runs the test and makes sure that the test always pass.
The GitHub Action CI Pipeline will be triggered every time a pull request is made to the main branch of the project.
Made with Love by Pablo Hernandez