This application is an example of writing a URL shortner using Buffalo. The application can be found live on the web at https://buff.la.
First, make sure you have all of the above dependencies setup and running (as appropriate).
- Get the repo:
go get -v github.com/gobuffalo/buffla
. - Make sure
database.yml
is configured for your Postgres instance. - Run
buffalo setup
. - Setup OAuth keys for either GitHub, FaceBook, or Twitter (so you can log into the application). See
actions/auth.go
for what to name the keys. - Run
buffalo dev
- to run the application in development. - Have Fun!!