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
- Host: GitHub
- URL: https://github.com/acoshift/todo-hime
- Owner: acoshift
- Created: 2018-02-20T11:26:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T14:53:24.000Z (over 2 years ago)
- Last Synced: 2025-02-01T02:20:02.446Z (over 1 year ago)
- Language: Go
- Size: 376 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```