You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
piq9117 65406ad43e added docs 3 years ago
app Servant-Postgresql-Scaffolding 3 years ago
flyway/sql Scaffold update 3 years ago
src added docs 3 years ago
test Test 3 years ago
.gitignore Servant-Postgresql-Scaffolding 3 years ago
CHANGELOG.md Servant-Postgresql-Scaffolding 3 years ago
Dockerfile Scaffold update 3 years ago
LICENSE Servant-Postgresql-Scaffolding 3 years ago
Makefile Test 3 years ago
README.md added docs 3 years ago
Setup.hs Servant-Postgresql-Scaffolding 3 years ago
docker-compose.yml Scaffold update 3 years ago
servant-postgresql-scaffold.cabal Test 3 years ago
shell.nix Test 3 years ago

README.md

servant-postgresql-scaffold

Places where ‘servant-postgresql-scaffold’ appears

  • shell.nix
    • pname can be manually replaced or you can run cabal2nix --shell . > shell.nix
  • *.cabal
  • Dockerfile
  • docker-compose.yml
  • Logger.hs
  • Config.hs

Database

Run

docker-compose up

Application

Run the application with

make run

Build the application with

make build

API

Api comments can be found in src/Api.hs