Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 687 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 687 Bytes

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