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
- Host: GitHub
- URL: https://github.com/james2doyle/macaron-example
- Owner: james2doyle
- License: mit
- Created: 2015-08-16T22:41:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T23:46:42.000Z (almost 11 years ago)
- Last Synced: 2025-04-02T22:33:08.440Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 2.6 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```