项目作者: jeanmarcboite

项目描述 :
Book Organizer
高级语言: Go
项目地址: git://github.com/jeanmarcboite/GoBooKinS.git
创建时间: 2019-11-20T10:19:12Z
项目社区:https://github.com/jeanmarcboite/GoBooKinS

开源协议:

下载


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:

  1. "It works"

Code Layout

The directory structure of a generated Revel application:

  1. conf/ Configuration directory
  2. app.conf Main app configuration file
  3. routes Routes definition file
  4. app/ App sources
  5. init.go Interceptor registration
  6. controllers/ App controllers go here
  7. views/ Templates directory
  8. messages/ Message files
  9. public/ Public static assets
  10. css/ CSS files
  11. js/ Javascript files
  12. images/ Image files
  13. tests/ Test suites

Help