/demo-spring-api

This is a simple Spring API that allows you to perform CRUD operations on a Demo entity, that includes some of the best practices and features that you can find in a real-world applications.

Primary LanguageJavaMIT LicenseMIT

Demo Spring API

This is a Demo Spring API application. The application is a simple implementation that allows users to perform basic crud operations in a Demo entity.

Features

The application includes the following functionalities:

  • Create, read, update, and delete a Demo entity.

Entities

The application consists of the following entities:

Demo: Represents a demo entity. The entity has the following attributes: id, and description.

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.