A RESTful API for folk to:
- Check the status of their behaviour
- Search for presents
- Ask for presents
-
In one terminal spin up postgres like so:
docker compose up
-
In another terminal run application like so:
./bin/run-app.sh
-
Test database with:
curl -X GET http://127.0.0.1:8080/health