aigdonia / experi

Experimenting :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Revel

A high-productivity web framework for the Go language.

Start the web server:

revel run myapp

Deploy on Heroku

Deploy

Go to http://localhost:9000/ and you'll see:

"It works"

Code Layout

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

Help

github.com/joho/godotenv golang.org/x/oauth2 golang.org/x/crypto/bcrypt

About

Experimenting :D


Languages

Language:Go 52.3%Language:HTML 30.0%Language:HCL 17.7%