aboutsummaryrefslogtreecommitdiff
path: root/pom.xml (follow)
Commit message (Collapse)AuthorAgeLines
* Version 1.0.0. No longer using `v1` in path.v1.0.0devAdrián Oliva2023-05-29-1/+1
|
* Works well with Front End...v0.1.0Adrián Oliva2023-05-28-1/+1
| | | | Maybe not so well alone. Still needs a lot of validations.
* Added GET endpoint to list to dos.Adrián Oliva2023-05-25-0/+5
| | | | | Currently the directory is /v1/todos. It'll retrieve a list of all to dos.
* Added ToDos class.Adrián Oliva2023-05-25-0/+5
| | | | Class for saving all single to dos.
* First commit. Base files.Adrián Oliva2023-05-24-0/+41
Just simple files to build the project from ground up. (Don't know if this is a good idea...)