Note :: The Go program proxies the Angular app.
- Start the database
./start-pg.sh- Run setup.sql against postgres::snaily@localhost:5000/madast
:D Will try automate this sometime.
- Start the angular application:
cd snaily-web
npm i
ng serve- Start the go app
go run application.goIMPORTANT: Open the app in your browser at :8080 NOT :4200!