To view generated docs for slideshow, run the below command and point your browser to http://127.0.0.1:6060/pkg/
godoc -http=:6060 2>/dev/null &
http://gobuffalo.io/docs/getting-started
development:
dialect: postgres
database: slideshow_development
user: <username>
password: <password>
host: 127.0.0.1
pool: 5
test:
dialect: postgres
database: slideshow_test
user: <username>
password: <password>
host: 127.0.0.1
production:
dialect: postgres
database: slideshow_production
user: <username>
password: <password>
host: 127.0.0.1
pool: 25
buffalo soda migrate
buffalo test
buffalo dev