Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.14 KB

Spring REST API CRUD example

This project is an implementation of a basic CRUD using RESTful principles.

About

The main goal of this project is to serve as a basis to start the development of a new REST API.

Technologies

Features

  • DTO (Data Transfer Object) principles
  • Automaticaly converter DTO to Entity
  • Custom Exception Handler messages

Built With

How can i test my endpoints?

First, open your preference code editor and run the following code below:

mvn clean install

After the maven downloaded all dependencies, run the SpringRestTemplateApplication.class.

For tests cases, you can check the API endpoints with Postman.