Windows
.\ps-init.ps1
Linux
./unix-init.sh
http://localhost:8080/rekkme/api
psql -h localhost -p 5432 -U compose-postgres -W
heroku stack:set container --app <heroku-app-name>
git add .
git commit -m "."
git push
heroku pg:killall --app="rekkme-backend-app"