10000 GitHub - marinho/go-website: Experimental simple website using AngularJS and Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

marinho/go-website

Repository files navigation

This is just an experimental project of a simple CMS system written in Go language and AngularJS framework. Th 6A8F e main goal with this project is to explore Angular JS to understand how it works.

Setup

  1. You first need to install Go lang
  2. You must have MongoDB installed

How to run it in Linux or MacOSX

  1. Run the environment with
. envrc
  1. If this is the first time, you have to install packages:
go get labix.org/v2/mgo
go get github.com/gorilla/mux
go get github.com/gorilla/sessions
  1. Run the bot with:
go run src/github.com/marinho/go-website/server.go
  1. To compile and run the binary, you have to install "github.com/marinho/go-website" and run:
./bin/server

To do

  1. Image upload tool
  2. Image thumbnail function
  3. Template editor and uploader
  4. Better configuration tools
  5. Fixtures loader command
  6. Auth module with users instead of hard coded
  7. Cover with tests

Copyrights

  • Code under BSD license, which means you can use it, change it, distribute it or even sell it compiled. You just should refer to this developer as its original author.
  • The bootstrap template was found in http://bootswatch.com/spacelab/ and was made by Thomas Park ( http://thomaspark.me/ )

About

Experimental simple website using AngularJS and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0