Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 387 Bytes

Smart Hardware Shop

This application can be run locally, and the /products endpoint can be accessed through localhost:8080/products. For now it supports POST and GET. GET /products will get all products and GET products/{id} gets a specific product.

MySQL in Docker

application.yml already contains connection information to this DB.

docker-compose up -d