Skip to content

Josh-Miller/simpl-budget

Repository files navigation

budget

Setup

# Build postgres image with budget user and DB
docker build -t budgetdb .

# Run postgres in the background, exposing port 5432
docker run -d -p5432:5432 dbbudget

About

A Haskell API server for a simple budget app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published