samirprakash / java-order-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order Service

This is a simple order service that allows you to create, read, update and delete orders.

Prerequisites

  • Clone the repository
  • Install MySQL
    • Ensure that it is running on port 3306
    • Create a user called root with your preferred password
    • Update application.properties with the password you used
    • Create a database called order_service
  • Install make
  • Install docker
  • Install TestContainers

Getting Started

  • Run make test to run the tests
  • Run make build to build the project
  • Run make run to run the project

About


Languages

Language:Java 93.5%Language:Dockerfile 4.8%Language:Makefile 1.7%