Skip to content

team142/snaily

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!