Skip to content

rafael84/go-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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