This app is a template for creating an application using the Go Buffalo framework (https://gobuffalo.io/en) and Angular.
Install dependencies
make deps
Start up the local postgres database
make dcu
Create the local database
make db
Build the app
make build
Starting the app (With hot reloading)
make dev-server
Navigate to http://127.0.0.1:3000