All Projects → markbates → buffla

markbates / buffla

Licence: other
URL Shortner written in Buffalo

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
SQLPL
141 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to buffla

buffalo-goth
Goth Generator for Buffalo
Stars: ✭ 13 (-56.67%)
Mutual labels:  gobuffalo, goth
gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (+116.67%)
Mutual labels:  goth
buffalo-azure
A gobuffalo plugin for working with Azure.
Stars: ✭ 29 (-3.33%)
Mutual labels:  gobuffalo
Buffalo
Rapid Web Development w/ Go
Stars: ✭ 6,476 (+21486.67%)
Mutual labels:  gobuffalo
Packr
The simple and easy way to embed static files into Go binaries.
Stars: ✭ 3,332 (+11006.67%)
Mutual labels:  gobuffalo
buffalo-heroku
Sets up and deploys apps to Heroku
Stars: ✭ 14 (-53.33%)
Mutual labels:  gobuffalo
suite
A test suite for Buffalo applications
Stars: ✭ 24 (-20%)
Mutual labels:  gobuffalo
flect
An inflection engine for golang
Stars: ✭ 69 (+130%)
Mutual labels:  gobuffalo
genny
A framework for writing modular generators
Stars: ✭ 50 (+66.67%)
Mutual labels:  gobuffalo
buffalo-auth
Buffalo auth plugin helps adding username password authentication to your app
Stars: ✭ 32 (+6.67%)
Mutual labels:  gobuffalo
buffalo-heroku
Archived use github.com/gobuffalo/buffalo-heroku
Stars: ✭ 16 (-46.67%)
Mutual labels:  gobuffalo
tags
HTML tags in Go
Stars: ✭ 50 (+66.67%)
Mutual labels:  gobuffalo
goth fiber
Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
Stars: ✭ 26 (-13.33%)
Mutual labels:  goth

Buff.la - URL Shortner Example

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.

Running Locally

Requirements

  • dep
  • Postgres
  • Node/Yarn
  • Buffalo - v0.11.0 (or later or development branch)

Installation

First, make sure you have all of the above dependencies setup and running (as appropriate).

  1. Get the repo: go get -v github.com/gobuffalo/buffla.
  2. Make sure database.yml is configured for your Postgres instance.
  3. Run buffalo setup.
  4. 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.
  5. Run buffalo dev - to run the application in development.
  6. Have Fun!!

Powered by Buffalo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].