Skip to content

amaurymartin/maubank-rails

Repository files navigation

maubank-rails

This project provides the backend for a personal finance web application. The development tools are listed below.


Dependencies


Set up

First, install the gems required by the application:

bundle

Next, execute the database migrations/schema setup:

rails db:setup

Run application

To run the server on port 3000:

rails s

Run tests

Test suite is using RSpec. To run it do:

rails spec

Coverage

To see test coverage, after run test suite, do:

xdg-open coverage/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages