A high-productivity web framework for the Go language.
pnpm install
pnpm run prepare
cp .env.example .env
brew install yq # For Mac
./scripts/sync-proto
revel run
Go to http://localhost:9000/ and you'll see:
"It works"
docker-compose build docker-compose up
The directory structure of a generated Revel application:
conf/ Configuration directory
app.conf Main app configuration file
routes Routes definition file
app/ App sources
init.go Interceptor registration
controllers/ App controllers go here
views/ Templates directory
messages/ Message files
public/ Public static assets
css/ CSS files
js/ Javascript files
images/ Image files
tests/ Test suites
- The Getting Started with Revel.
- The Revel guides.
- The Revel sample apps.
- The API documentation.