Skip to content
/ go-spa Public
forked from rafael84/go-spa

Go (golang) Single Page Application with AngularJS and Bootstrap

License

Notifications You must be signed in to change notification settings

brenol/go-spa

This branch is 66 commits behind rafael84/go-spa:master.

Repository files navigation

go-spa

Go (golang) Single Page Application Bootstrap, built with Go (golang) and AngularJS.


TODO

  • i18n
  • add a page to handle LOCATIONS
  • improve the ME page
  • improve the GROUPS page
  • improve the docs

1. backend

1.1. database migrations

1.1.1. start the database container

backend/database/start.sh

1.1.2. migrate the database

backend/database/migrate.sh up

1.2. install project dependencies

cd backend
go get

1.3. gin, an auto-reload server

1.3.1. install it

go get -u github.com/codegangsta/gin

1.3.2. start server

cd backend
gin

About

Go (golang) Single Page Application with AngularJS and Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 70.8%
  • JavaScript 27.6%
  • Other 1.6%