https://github.com/leosimoes/rocketseat-java-spring-restapi-todolist
Rocketseat Java course project. REST API with Spring Framework for registering, reading and updating tasks, with filter by user.
https://github.com/leosimoes/rocketseat-java-spring-restapi-todolist
crud java rest-api spring-framework
Last synced: 5 months ago
JSON representation
Rocketseat Java course project. REST API with Spring Framework for registering, reading and updating tasks, with filter by user.
- Host: GitHub
- URL: https://github.com/leosimoes/rocketseat-java-spring-restapi-todolist
- Owner: leosimoes
- Created: 2023-10-11T14:41:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T18:07:18.000Z (over 2 years ago)
- Last Synced: 2025-03-02T09:17:15.925Z (over 1 year ago)
- Topics: crud, java, rest-api, spring-framework
- Language: Java
- Homepage:
- Size: 985 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocketseat - Java - REST API with Spring Framework.
Rocketseat Java course project in September 2023.
Creation of a REST API with Spring Framework.
## Project Starter


## API Resources and Routes
To access Swagger: http://localhost:8080/swagger-ui.html
Authentication is passed as a `credentials` parameter in the Header with a value of `username:password`.


To access h2 database:
- http://localhost:8080/h2
- login: `admin`;
- password: `admin`.

## Class Diagrams - UML





## Certificate
