|
3 years ago | |
---|---|---|
app | 3 years ago | |
flyway/sql | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
Setup.hs | 3 years ago | |
docker-compose.yml | 3 years ago | |
servant-postgresql-scaffold.cabal | 3 years ago | |
shell.nix | 3 years ago |
shell.nix
pname
can be manually replaced or you can run cabal2nix --shell . > shell.nix
*.cabal
Dockerfile
docker-compose.yml
Logger.hs
Config.hs
Run
docker-compose up
Run the application with
make run
Build the application with
make build
Api comments can be found in src/Api.hs