https://github.com/antonybudianto/go-starter
Personal Go starter
https://github.com/antonybudianto/go-starter
golang rest-api starter
Last synced: about 1 year ago
JSON representation
Personal Go starter
- Host: GitHub
- URL: https://github.com/antonybudianto/go-starter
- Owner: antonybudianto
- Created: 2017-10-27T12:54:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T15:16:12.000Z (over 8 years ago)
- Last Synced: 2025-03-06T17:26:31.784Z (over 1 year ago)
- Topics: golang, rest-api, starter
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-starter
A starter for a Golang REST API.
## Install
Use official dependency manager, [dep](https://github.com/golang/dep)
```
dep ensure
```
## Start
```
go run *.go
```
## Docker
You can use Docker and docker-compose for development
```
docker-compose up
```
It'll be served at http://localhost:8000
Try visiting http://localhost:8000/users
## License
MIT