This REST API is an application designed to provide an Application Programming Interface (API) that follows the principles of REST. This API allows users to perform basic CRUD (Create, Read, Update, Delete) operations on certain data.
- Data Management: Create, read, update, and delete data.
- User Authentication: Simple authentication system for API security.
- Response Format: Uses JSON format for all responses.
- Easy to Use: Comprehensive documentation and usage examples.
- Programming Language: Java
- Framework: Spring Boot
- Database: MySQL
- Dependency Management: Maven
Before running the application, make sure you have:
- Java JDK 17 or newer
- MySQL Server
- Maven
- Clone the Repository
git clone https://github.com/yourbee03/REST_API.git
cd REST_API