https://github.com/chunkhang/twocents
A todo list for couples
https://github.com/chunkhang/twocents
Last synced: 10 months ago
JSON representation
A todo list for couples
- Host: GitHub
- URL: https://github.com/chunkhang/twocents
- Owner: chunkhang
- Created: 2018-12-22T18:36:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T03:53:33.000Z (over 7 years ago)
- Last Synced: 2024-10-19T11:31:31.738Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Two Cents
> A todo list for couples
## Dependencies
- [Docker](https://www.docker.com/)
- [Go](https://golang.org/)
- [Postgres](https://www.postgresql.org/)
## Building
- `docker-compose build`
## Running
- `docker-compose up -d`
- `open http://localhost`
## Logging
- `docker-compose logs -f app`
## Stopping
- `docker-compose down`