Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 743 Bytes

Order Management

Project for order management

Features

  • category crud
  • product crud
  • customer crud
  • order crud

How to Install

  • Clone the project git clone https://github.com/DiegoRSousa/order-management.git
  • Open in your preferred IDE
  • Configure the properties files in the src/main/resources
  • And run the project
  • By default, the API will be available at http://localhost:8080

Documentation

Swagger (development environment) http://localhost:8080/swagger-ui/index.html

Technologies used

  • Java 11
  • Spring Boot
  • Maven
  • JUnit 5
  • Spring Data
  • MySQL
  • Flyway
  • Swagger
  • DevTools