Skip to content

A repository for the reduce violence against women in SF project

License

Notifications You must be signed in to change notification settings

sfbrigade/sfsbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfsbook

STOP VIOLENCE!

Structure

We use Gin http framework for routing and rendering of paths.

main.go - contains the Gin initializer and sets up various routes and runs the server.

routes.go - contains various handlers; will be moved to own package once this file becomes too big.

templates/ - contains various Go templates.

static/ - contains js and css files; this folder is server to the public, so BEWARE!

refguides/ - contains the resources in various formats; nested by date pdf was added.

vendor/ - contains vendored dependencies;

Development

Install gin which is a live reload utility.

go get github.com/gin-gonic/gin

Run server with:

gin run main.go

If you add a new dep, be sure to add it to vendor/ with:

govendor add +external
go get -u github.com/kardianos/govendor

You can access the server at: http://localhost:3000.

Credits

This repo's frontend and javascript code is original from https://github.com/sfbrigade/sfsbook. All credit goes to @rjkroege and @cehsu and many other contributors seen here.

About

A repository for the reduce violence against women in SF project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages