Skip to content

API designed for a TODO application with its most basic functionalities

Notifications You must be signed in to change notification settings

pablohdzvizcarra/todo-api

Repository files navigation

TODO Api

Development Process

1. Run project

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

2. GitHub Actions

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

About

API designed for a TODO application with its most basic functionalities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published