Skip to content

Web app developed at the FIN bootcamp by Fintual

Notifications You must be signed in to change notification settings

cecyramallo/paraffin-first-term

 
 

Repository files navigation

Paraffin

Ruby Style Guide Ruby Style Guide Maintainability Test Coverage

The Team

Created by the Iron Team (Ronny, Ale, Cris & Cecy) at the FIN bootcamp by Fintual. All (most) of this code was writen in Puerto Natales, under the benevolent protection of Donmilo.

The Stack

Main players

  • Ruby
  • Rails
  • Postgres
  • Rspec

Getting Started

  1. Before everything, you should have Docker and Docker Compose in your computer (Docker desktop includes both).

  2. Clone this repo and cd into your directory.

    git clone git@github.com:rtichauerv/paraffin.git && cd paraffin

  3. In another terminal window, build and run your app with Compose.

    $ docker compose up --build

  4. You need to create the database. In another terminal, run:

    $ docker compose run web rake db:create db:migrate db:seed

  5. Finally, enter http://localhost:3000/ in a browser to see the application running.

About

Web app developed at the FIN bootcamp by Fintual

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.7%
  • HTML 11.8%
  • CSS 0.5%
  • SCSS 0.4%
  • Dockerfile 0.3%
  • Shell 0.1%
  • Other 0.2%