wesleybertipaglia / demo-spring-products

This is a simple Spring Boot application for managing products. (This repository is part of a job application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Management API

This is a simple Spring Boot application for managing products. The application provides RESTful endpoints for creating, retrieving, updating, and deleting products.

Features

The application includes the following functionalities:

  • Create, read, update, and delete a product.

Entities

The application consists of the following entities:

Product: Represents a product. The entity has the following attributes: id, name, and price.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is a simple Spring Boot application for managing products. (This repository is part of a job application)

License:MIT License


Languages

Language:Java 100.0%