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

https://github.com/acoshift/todo-hime

Hime Example for Todo app
https://github.com/acoshift/todo-hime

Last synced: about 1 year ago
JSON representation

Hime Example for Todo app

Awesome Lists containing this project

README

          

# todo-hime

Hime Example for Todo app

## Running

1. Prepare database

```bash
$ psql -U postgres -c "create database todo_hime"
$ psql -U postgres -d todo_hime -f schema.sql
```

2. Run server

```bash
$ go run .
```