Code Monkey home page Code Monkey logo

go-spa's Introduction

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

go-spa's People

Contributors

rafael84 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

go-spa's Issues

User has no guide in creating database

Hi,

Since commit 0970d95 "start.sh" no longer exists, so the user has no way of running the database unless he sets it up manually.

One solution would just create the database image for him using the Makefile, but I'm not sure if this is the best solution.

Thanks!

How do I make the directives compatible with this gulp-angular ready version?

I am trying to use the file uploader with my gulp-angular generated app and has installed file-uploader with bower. Now the old directives, console-sham and es5sham and shim is generating a lot of errors.

The most important is the directives, I can do without the shim and sham.

Any advice what to do, where to look, what has changed in the file uploader?

src/app/directives.js:
line 17 col 9 Missing "use strict" statement.
line 20 col 78 Missing "use strict" statement.
line 23 col 88 Missing "use strict" statement.
line 24 col 69 Missing "use strict" statement.
line 26 col 10 Missing "use strict" statement.
line 32 col 38 Expected '{' and instead saw 'return'.
line 32 col 44 Missing "use strict" statement.
line 34 col 17 Missing "use strict" statement.
line 34 col 61 Missing "use strict" statement.
line 36 col 50 Expected '{' and instead saw 'return'.
line 36 col 56 Missing "use strict" statement.
line 37 col 17 Missing "use strict" statement.
line 37 col 51 Expected '{' and instead saw 'return'.
line 37 col 57 Missing "use strict" statement.
line 39 col 17 Missing "use strict" statement.
line 39 col 52 Missing "use strict" statement.
line 40 col 46 Missing "use strict" statement.
line 45 col 36 'onLoadFile' was used before it was defined.
line 46 col 42 Missing "use strict" statement.
line 52 col 89 Missing "use strict" statement.
line 53 col 90 Missing "use strict" statement.
line 58 col 10 Missing "use strict" statement.
line 40 col 34 'FileReader' is not defined.
line 46 col 35 'Image' is not defined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.