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

https://github.com/james2doyle/macaron-example

An example project using the Macaron framework for Go
https://github.com/james2doyle/macaron-example

Last synced: about 1 year ago
JSON representation

An example project using the Macaron framework for Go

Awesome Lists containing this project

README

          

# macaron-example

An example project using the [Macaron](https://github.com/Unknwon/macaron) framework for Go.

### Install

```shell
go get github.com/james2doyle/macaron-example
```

### Setup and Run

Run these commands in sequence to get everything going

```
cd src/github.com/james2doyle/maracon-example
npm install
go run main.go
```