Skip to content

Latest commit

 

History

History
executable file
·
54 lines (32 loc) · 1021 Bytes

README.md

File metadata and controls

executable file
·
54 lines (32 loc) · 1021 Bytes

Todo API

Getting Started

IMPORTANT

To load innFactory-scala-utils a Github-Personal-Access-Token with package:read has to be exported as GITHUB_TOKEN. This is necessary to load the packages from Github-Package-Registry.

Insomnia

  • Download Insomnia | Docs
  • Import insomnia.json from doc-assets
  • Configure Environment in Insomnia to match with local or prod/staging services

MacOS/Linux/Unix

Prerequisites
  • Install Docker
  • Install sbt
  • Install openJDK 11
Run locally

If prerequisites are met, the service can be started with:

cd .bin

./runFor.sh
  • Name mentioned in logs:
./.bin/runFor.sh -n Name
  • Remove docker container volume mounted at ./.bin/postigs:
./.bin/runFor.sh -r

Service is then locally available at: http://localhost:9000

RunForScriptDocs

Databases

  • PostgresQl Database with Password and User set.