Skip to content

davicorreiajr/dccj-financial-backend

Repository files navigation

dccj-financial-backend

Build Status

This is the backend of my a personal project, whose target is to create an app where the user controls his/her finances. It's a Ruby on Rails project, but works only as an API.

Running

First, clone the repo:

git clone https://github.com/davicorreiajr/dccj-financial-backend.git
cd dccj-financial-backend

Then, install the dependencies:

bundle install

And finally, start the server:

rails server

Tests

I used RSpec for this project, so just run:

bundle exec rspec

Troubles & sugestions

Please, if you find any problem or have some sugestion, don't hesitate to open an issue or even a pull request.