Skip to content

gopheracademy/slideshow

Repository files navigation

slideshow

Documentation

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 &

Buffalo

http://gobuffalo.io/docs/getting-started

Pop/Soda

http://gobuffalo.io/docs/db

Database Configuration

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

Running Migrations

buffalo soda migrate

Run Tests

buffalo test

Run in dev

buffalo dev

Powered by Buffalo

About

slideshow from content management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published