This project is a simple RESTful API built with Java 17 and Spring Boot 3. It features JWT authentication and provides basic CRUD operations for users and orders. The application uses Gradle for build automation and includes models, services, repositories, and controllers with defined endpoints.
- Java Development Kit (JDK) 17: Ensure that JDK 17 is installed on your system.
- Gradle: The project uses Gradle for build automation. If you don't have Gradle installed, you can use the included Gradle Wrapper (gradlew or gradlew.bat).
- API Testing Tool: Tools like Postman, Insomnia, or cURL for testing the API endpoints.
For further reference, please consider the following sections: