This is a simple Spring Boot application for managing orders.
- Retrieve all orders.
- Retrieve orders by category.
- GET /orders: Retrieve all orders.
- GET /orders/{category}: Retrieve orders by category.
To run this project locally, you need to have Java and Maven installed on your machine. You also need to have a PostgreSQL database set up.
- Clone the repository
- Navigate to the project directory
- Update the port and database configuration in
application.propertiesfile: - Run
mvn spring-boot:runto start the application - Access the resources at http://localhost:9001 like http://localhost:9001/orders, http://localhost:9001/orders/electronics.
- Spring Boot
- Spring Boot Web
- Spring Boot AOP
- Spring Boot Data JPA
- PostgreSQL JDBC Driver
- Mayank Sahu (https://github.com/mayank19o7).