Skip to content

MihalisW/santa_app

Repository files navigation

Santa App

A RESTful API for folk to:

  • Check the status of their behaviour
  • Search for presents
  • Ask for presents

To run locally

  1. In one terminal spin up postgres like so:

    docker compose up
  2. In another terminal run application like so:

    ./bin/run-app.sh
  3. Test database with:

    curl -X GET http://127.0.0.1:8080/health

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published