Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakemmarsh/golang-api

A basic API in Go.
https://github.com/jakemmarsh/golang-api

Last synced: about 5 hours ago
JSON representation

A basic API in Go.

Awesome Lists containing this project

README

        

# golang-api [![Build Status](https://travis-ci.org/jakemmarsh/golang-api.svg?branch=master)](https://travis-ci.org/jakemmarsh/golang-api)

A basic API in Go.

### Getting Started

1. `git clone https://github.com/jakemmarsh/golang-api.git`
2. `make install`
3. `make serve` to start live-reloading development server
4. `make test` to run test suite