Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander-matsievsky/todo
https://github.com/alexander-matsievsky/todo
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexander-matsievsky/todo
- Owner: alexander-matsievsky
- License: apache-2.0
- Created: 2017-12-13T11:27:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T14:40:32.000Z (about 7 years ago)
- Last Synced: 2024-11-10T16:53:13.726Z (3 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo
## Installation
```bash
dep ensure
go install github.com/go-swagger/go-swagger/cmd/swagger
swagger generate server --target rest-server --name TodoList --spec rest-server/swagger.yml
dep ensure
go install ./rest-server/cmd/todo-list-server
todo-list-server --scheme http
```