An open API service indexing awesome lists of open source software.

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

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`