Skip to content

team142/snaily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e0db9a · Jun 24, 2019
Jun 24, 2019
Jun 24, 2019
Jun 24, 2019
May 27, 2019
May 22, 2019
May 31, 2019
Jun 24, 2019
Jun 24, 2019
Jun 8, 2019
May 17, 2019
Jun 13, 2019
May 9, 2019
Jun 13, 2019
Jun 24, 2019
May 9, 2019
May 14, 2019
Jun 7, 2019
Jun 8, 2019
May 17, 2019
May 27, 2019
May 27, 2019
May 10, 2019
Jun 11, 2019

Repository files navigation

snaily

Note :: The Go program proxies the Angular app.

Installing

  1. Start the database
    ./start-pg.sh
  1. Run setup.sql against postgres::snaily@localhost:5000/madast

:D Will try automate this sometime.

Running the application

  1. Start the angular application:
    cd snaily-web
    npm i
    ng serve
  1. Start the go app
    go run application.go

IMPORTANT: Open the app in your browser at :8080 NOT :4200!