Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / README.md
1 # Revel Framework
2
3 [![Build Status](https://secure.travis-ci.org/revel/revel.svg?branch=master)](http://travis-ci.org/revel/revel) 
4 [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5 [![Go Report Card](https://goreportcard.com/badge/github.com/revel/revel)](https://goreportcard.com/report/github.com/revel/revel)
6
7 A high productivity, full-stack web framework for the [Go language](http://www.golang.org).
8
9 Current Version: 0.21.0 (2018-10-30)
10
11 **Because of Default HTTP Server's graceful shutdown, Go 1.8+ is required.**
12
13 ## Quick Start
14
15 Enter Go's path (format varies based on OS):
16
17         cd $GOPATH
18
19 Install Revel:
20
21         go get -u github.com/revel/cmd/revel
22
23 Create & Run your app:
24
25         revel new -a my-app -r
26
27 Open http://localhost:9000 in your browser and you should see "It works!"
28
29
30 ## Community
31
32 * [Gitter](https://gitter.im/revel/community)
33 * [StackOverflow](http://stackoverflow.com/questions/tagged/revel)
34
35
36 ## Learn More
37
38 * [Manual, Samples, Godocs, etc](http://revel.github.io)
39 * [Apps using Revel](https://github.com/revel/revel/wiki/Apps-in-the-Wild)
40 * [Articles Featuring Revel](https://github.com/revel/revel/wiki/Articles)
41
42 ## Contributing
43
44 * [Contributing Code Guidelines](https://github.com/revel/revel/blob/master/CONTRIBUTING.md)
45 * [Revel Contributors](https://github.com/revel/revel/graphs/contributors)
46
47 ## Contributors
48
49 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/0)](https://sourcerer.io/fame/notzippy/revel/revel/links/0)
50 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/1)](https://sourcerer.io/fame/notzippy/revel/revel/links/1)
51 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/2)](https://sourcerer.io/fame/notzippy/revel/revel/links/2)
52 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/3)](https://sourcerer.io/fame/notzippy/revel/revel/links/3)
53 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/4)](https://sourcerer.io/fame/notzippy/revel/revel/links/4)
54 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/5)](https://sourcerer.io/fame/notzippy/revel/revel/links/5)
55 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/6)](https://sourcerer.io/fame/notzippy/revel/revel/links/6)
56 [![](https://sourcerer.io/fame/notzippy/revel/revel/images/7)](https://sourcerer.io/fame/notzippy/revel/revel/links/7)