You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a prototype for building a brokerage company's account and trades management platform. One Requirement is for a REST API service to manage trades using the Spring Boot framework. Add functionality to add or delete transactions as well as to perform some queries.
The following is simple todo REST API using the Spring Boot Framework. The API allow you to add item to a to-do list, update, select and remove from the list.
Base project: API REST Read CRUD DATABASE H2 Command Line Runner with methods to test Postman to test API REST @entity. @RestController, @service, @CRUDrepository, @component Application.properties POM
Using Spring Boot and Spring Security 6 for endpoints security. This project registers and authenticates users, and to perform CRUD a user has to be authenticated.