https://github.com/potatogopher/goa-uuid-ex
Example of using UUIDs in Goa
https://github.com/potatogopher/goa-uuid-ex
Last synced: about 2 months ago
JSON representation
Example of using UUIDs in Goa
- Host: GitHub
- URL: https://github.com/potatogopher/goa-uuid-ex
- Owner: potatogopher
- Created: 2016-07-13T02:13:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T02:21:18.000Z (almost 10 years ago)
- Last Synced: 2025-01-26T16:33:10.575Z (over 1 year ago)
- Language: Go
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goa UUID Example
## Depends on
- [Flyway](https://flywaydb.org/)
- [Goa](https://github.com/goadesign/goa)
- [Gorma](https://github.com/goadesign/goa)
- [Postgres](https://www.postgresql.org/)
- [Glide](https://github.com/Masterminds/glide)
## Usage
I passed up all of the dependencies with the sample project to minimize setup
```bash
$ go install
$ goa-uuid-ex
```
## Endpoint
```js
GET /users/:id
POST /users
PUT /users/:id
DELETE /users/:id
```