Skip to content

TiagoMoreira003/FirstApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person CRUD WebAPI

Description

This is a WebAPI developed in Java using the Spring Boot framework. The API allows performing CRUD (Create, Read, Update, Delete) operations on a list of Person objects.

The application uses DTOs for data transfer and allows extracting information from both the URL and the request body.

Features

The API provides the following functionalities:

  1. Create (POST): Adds a new Person object to the list.
  2. Read (GET): Retrieves data for one or more people.
  3. Update (PUT): Updates the age of a person.
  4. Delete (DELETE): Removes a person from the list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages