Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholasjackson/gopher_search
Simple app using Buffalo to allow searching of the awesome gophers drawn by Ashley McNamara
https://github.com/nicholasjackson/gopher_search
Last synced: 23 days ago
JSON representation
Simple app using Buffalo to allow searching of the awesome gophers drawn by Ashley McNamara
- Host: GitHub
- URL: https://github.com/nicholasjackson/gopher_search
- Owner: nicholasjackson
- Created: 2018-08-21T14:43:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T14:59:45.000Z (about 6 years ago)
- Last Synced: 2024-06-20T12:44:32.586Z (5 months ago)
- Language: Go
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Buffalo!
Thank you for choosing Buffalo for your web development needs.
## Database Setup
It looks like you chose to set up your application using a postgres database! Fantastic!
The first thing you need to do is open up the "database.yml" file and edit it to use the correct usernames, passwords, hosts, etc... that are appropriate for your environment.
You will also need to make sure that **you** start/install the database of your choice. Buffalo **won't** install and start postgres for you.
### Create Your Databases
Ok, so you've edited the "database.yml" file and started postgres, now Buffalo can create the databases in that file for you:
$ buffalo db create -a
## Starting the ApplicationBuffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:
$ buffalo dev
If you point your browser to [http://127.0.0.1:3000](http://127.0.0.1:3000) you should see a "Welcome to Buffalo!" page.
**Congratulations!** You now have your Buffalo application up and running.
## What Next?
We recommend you heading over to [http://gobuffalo.io](http://gobuffalo.io) and reviewing all of the great documentation there.
Good luck!
[Powered by Buffalo](http://gobuffalo.io)