Skip to content

Learning Golang with Revel web framework by create a simple blog api

Notifications You must be signed in to change notification settings

zxp86021/ChuCooBlog-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChuCooBlog-golang

API Doc

https://hackmd.io/s/H1ct7kemW#

Welcome to Revel

A high-productivity web framework for the Go language.

Start the web server:

revel run myapp

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

About

Learning Golang with Revel web framework by create a simple blog api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published