Skip to content

Connoropolous/cobudget-api

 
 

Repository files navigation

cobudget-api

Build Status Code Climate

cobudget's backend api. for more information on the project as a whole, check out the top-level repo

don't push to master - feature branches and pull requests please.


install

git clone https://github.com/cobudget/cobudget-api
cd cobudget-api
bundle install

gem install mailcatcher
mailcatcher

configure

edit config/database.yml.

setup

bundle exec rake db:setup
bundle exec rake jobs:work

run

bundle exec rails s

test

bundle exec rspec

About

cobudget's back-end api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.6%
  • HTML 5.4%