A lightweight forum in Go
- Proper error handling
- Image Upload
- Sarah read this yesterday
- Prevent XSS (
<script>
,<element>
,...
)
- Install the Revel command-line tool
- Run
go get github.com/revel/revel
and checkoutv0.9.1
- Set up a database and set the credentials in
app.conf
- Clone this repository to
$GOPATH/src
(or create a softlink) - Kick off things with
revel run godisc