Skip to content

JessonChan/bloody.go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloody.go

bloody.go is a simple blog system built on top of web.go. It uses mustache.go as template system and mongodb as the storage engine.

Dependencies

bloody.go uses a slightly modified version of web.go to better support cookies.

How to Build

First you need to build session. To do this,

cd session
make install

This will hopefully put session into your src/pkg, and will not mess up with any other things. Next, you can build the bloody package file (provided that you have all the dependencies listed above already).

make install

Demo

http://rewaz.org:5999

About

A simple blog system with CRUD function based on web.go, mustache.go and mgo. Currently not compatible with Go 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published