All Projects → bscott → golangflow

bscott / golangflow

Licence: MIT license
GolangFlow.io Website

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to golangflow

Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (+318.92%)
Mutual labels:  package, news
Releases
A Swift package for resolving released versions from a Git repository
Stars: ✭ 46 (+24.32%)
Mutual labels:  package, releases
gnewsclient
An easy-to-use python client for Google News feeds.
Stars: ✭ 42 (+13.51%)
Mutual labels:  news
FinMesh
A python package that brings together financial and economic data.
Stars: ✭ 20 (-45.95%)
Mutual labels:  package
ngp
New Go Package
Stars: ✭ 22 (-40.54%)
Mutual labels:  package
get-bin-path
Get the current package's binary path
Stars: ✭ 25 (-32.43%)
Mutual labels:  package
SwiftPackage
🏆 Template to make a Swift package
Stars: ✭ 37 (+0%)
Mutual labels:  package
importar
R package to import/load packages or functions the 'Python' way
Stars: ✭ 17 (-54.05%)
Mutual labels:  package
meteor-graphql
Compiler plugin that supports GraphQL files in Meteor
Stars: ✭ 56 (+51.35%)
Mutual labels:  package
hou packager
A simple SideFX Houdini package manager
Stars: ✭ 28 (-24.32%)
Mutual labels:  package
laravel-circuit-breaker
An implementation of the circuit breaker pattern for Laravel 5.6
Stars: ✭ 26 (-29.73%)
Mutual labels:  package
archiveis
A simple Python wrapper for the archive.is capturing service
Stars: ✭ 152 (+310.81%)
Mutual labels:  news
ali-opensearch-sdk
阿里云开放搜索 laravel SDK
Stars: ✭ 36 (-2.7%)
Mutual labels:  package
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-59.46%)
Mutual labels:  package
lint-deps
Lint for unused or missing dependencies in your node.js projects. Customize with plugins or configuration.
Stars: ✭ 48 (+29.73%)
Mutual labels:  package
dac
Entity linker for the newspaper collection of the National Library of the Netherlands. Links named entity mentions to DBpedia descriptions using either a binary SVM classifier or a neural net.
Stars: ✭ 14 (-62.16%)
Mutual labels:  news
cross-post
Cross Post a blog to multiple websites
Stars: ✭ 66 (+78.38%)
Mutual labels:  package
repology-rules
Package normalization ruleset for Repology
Stars: ✭ 67 (+81.08%)
Mutual labels:  package
feedIO
A Feed Aggregator that Knows What You Want to Read.
Stars: ✭ 26 (-29.73%)
Mutual labels:  news
TrollHunter
Twitter Troll & Fake News Hunter - Crawls news websites and twitter to identify fake news
Stars: ✭ 38 (+2.7%)
Mutual labels:  news

Build Status

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 Application

Buffalo 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 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 and reviewing all of the great documentation there.

Good luck!

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].