Skip to content

pauloancheta/json-api-base64

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
doc
 
 
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Blog Jsonapi Base64

This is a Rails 4 application.

Get up and running

Dependencies

You'll need:

  • Postgresql
  • Ruby 2.2+
  • bundler (gem install bundler)
  • Redis (brew install redis) - for sidekiq
  • qt (brew install qt) - for capybara-webkit

Bootstrap your dev env

bundle
rake db:create db:migrate db:seed

Run the tests

RAILS_ENV=test rake db:create db:migrate
rspec && cucumber

Run local environment

Assuming you use pow, your app should live at http://blog-jsonapi-base64.dev.

You should run sidekiq to perform background jobs.

Deployment

Circle-CI deploys the master branch when it passes to https://blog-jsonapi-base64.herokuapp.com

Feel free to update the default heroku configuration in app.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published