Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 621 Bytes

Purpose

This was a quick project I did to refresh my mind about jpa persistence. Been a while I've had a project with it due to custom databases in previous projects

Building

./mvnw clean install

This will install the output jar file into ./docker/ folder

Running

cd docker
docker-compose up --build

Api endpoints listen in localhost:8080/api/movie/

See MovieController.java for what endpoints are available and their shape

Testing

In addition to unit test there is a postman collection of requests in the docs folder