# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
A Haskell API server for a simple budget app.
License
Josh-Miller/simpl-budget
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Haskell API server for a simple budget app.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published