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

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

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