Golang News

Golang 新闻 -- 关于 Go 编程语言的精选链接。「Golang News - curated links about the Go programming language.」

  • 所有者: kennygrant/gohackernews
  • 平台: Linux, Mac, Windows
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Golang News

A responsive news website for links about the Go programming language, written in Go. You can see a this website in action at this link:

http://golangnews.com

Gettting Started

The app requires postgresql just now to bootstrap locally (not Mysql). So make sure you have psql installed. The bootstrap process will create a database and settings for you, but you'll need to promote the first user to admin in order to use the site locally.

Go get this app:

go get -u github.com/kennygrant/gohackernews

Then to build and run the server locally, as you'd expect:

go run server.go

or get the fragmenta command line tool (for things like migrations, deploy etc) and run it with that:

go get -u github.com/fragmenta/fragmenta
fragmenta server

App Structure

server.go

This is the entry point main() for the application. It includes packages within src and starts a server.

The src folder

This holds the website assets, actions and views - the meat of the app.

The src/app folder

This contains general app files, resources like pages or users should go in a separate pkg.

The src/users folder

This contains files related to users on the website.

The src/stories folder

This contains files related to stories on the website.

The src/comments folder

This contains files related to comments on the website.

The src/lib folder

lib is used to store utility packages which can be used by several parts of the app.

The src/lib/templates folder

Templates for generating new resources are stored in here and used by fragmenta generate to generate a new resource package, containing assets, code and views for the resource.

概覽

名稱與所有者kennygrant/gohackernews
主編程語言Go
編程語言JavaScript (語言數: 3)
平台Linux, Mac, Windows
許可證MIT License
發布數36
最新版本名稱rv1.3.5 (發布於 )
第一版名稱v1 (發布於 )
創建於2015-09-29 21:53:26
推送於2022-01-21 16:29:02
最后一次提交2020-11-05 11:19:03
星數279
關注者數13
派生數42
提交數232
已啟用問題?
問題數45
打開的問題數11
拉請求數2
打開的拉請求數1
關閉的拉請求數2
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部