Skip to content

AlehandroL/paraffin

 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 82.2%
  • HTML 15.8%
  • CSS 0.6%
  • SCSS 0.5%
  • Dockerfile 0.4%
  • Shell 0.2%
  • Other 0.3%