# revel **Repository Path**: thinkwall/revel ## Basic Information - **Project Name**: revel - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) A high productivity, full-stack web framework for the [Go language](http://www.golang.org). Current Version: 0.17.1 (2017-07-14) **As of Revel 0.15.0, Go 1.6+ 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 my-app revel run my-app 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)