Skip to content

chime-mu/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.


Vagrant based development

For the previous installation instructions, see below.

Preconditions

Install

First, clone the repo from git. Then

cd cobudget-api
vagrant up
vagrant ssh
cd /vagrant
bundle install

Configure

cp config/database.example.yml config/database.yml

edit config/database.yml.

Setup database

bundle exec rake db:setup`

Run tests

bundle exec rspec

Previous instructions

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 92.5%
  • HTML 7.5%