Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.35 KB

Getting Started

Description

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.

Pre-requisites

  • 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.

Reference Documentation

For further reference, please consider the following sections: