Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakemmarsh/golang-api
- Owner: jakemmarsh
- Created: 2017-01-05T20:14:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T04:39:15.000Z (almost 8 years ago)
- Last Synced: 2024-08-26T04:58:50.908Z (2 months ago)
- Language: Go
- Homepage:
- Size: 3.17 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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