X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2FREADME.md;fp=src%2Ffoundation%2Fapi%2Frevel%2FREADME.md;h=c89e193a92022c5ed754efbf455df564f8d681a6;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/README.md b/src/foundation/api/revel/README.md new file mode 100644 index 0000000..c89e193 --- /dev/null +++ b/src/foundation/api/revel/README.md @@ -0,0 +1,56 @@ +# Revel Framework + +[![Build Status](https://secure.travis-ci.org/revel/revel.svg?branch=master)](http://travis-ci.org/revel/revel) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Go Report Card](https://goreportcard.com/badge/github.com/revel/revel)](https://goreportcard.com/report/github.com/revel/revel) + +A high productivity, full-stack web framework for the [Go language](http://www.golang.org). + +Current Version: 0.21.0 (2018-10-30) + +**Because of Default HTTP Server's graceful shutdown, Go 1.8+ is required.** + +## Quick Start + +Enter Go's path (format varies based on OS): + + cd $GOPATH + +Install Revel: + + go get -u github.com/revel/cmd/revel + +Create & Run your app: + + revel new -a my-app -r + +Open http://localhost:9000 in your browser and you should see "It works!" + + +## Community + +* [Gitter](https://gitter.im/revel/community) +* [StackOverflow](http://stackoverflow.com/questions/tagged/revel) + + +## Learn More + +* [Manual, Samples, Godocs, etc](http://revel.github.io) +* [Apps using Revel](https://github.com/revel/revel/wiki/Apps-in-the-Wild) +* [Articles Featuring Revel](https://github.com/revel/revel/wiki/Articles) + +## Contributing + +* [Contributing Code Guidelines](https://github.com/revel/revel/blob/master/CONTRIBUTING.md) +* [Revel Contributors](https://github.com/revel/revel/graphs/contributors) + +## Contributors + +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/0)](https://sourcerer.io/fame/notzippy/revel/revel/links/0) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/1)](https://sourcerer.io/fame/notzippy/revel/revel/links/1) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/2)](https://sourcerer.io/fame/notzippy/revel/revel/links/2) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/3)](https://sourcerer.io/fame/notzippy/revel/revel/links/3) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/4)](https://sourcerer.io/fame/notzippy/revel/revel/links/4) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/5)](https://sourcerer.io/fame/notzippy/revel/revel/links/5) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/6)](https://sourcerer.io/fame/notzippy/revel/revel/links/6) +[![](https://sourcerer.io/fame/notzippy/revel/revel/images/7)](https://sourcerer.io/fame/notzippy/revel/revel/links/7)