fintual-oss / paraffin-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:fintual-oss/paraffin-back.git && cd paraffin-back
  3. Add a .env file with the actual values of the environment variables found in the .env.template file:

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

    docker compose up --build
  5. You need to create the database. In another terminal, run:

    docker compose run web rake db:create db:migrate db:seed
  6. Finally, enter http://localhost:3000/ in a browser to see the application running.

About


Languages

Language:Ruby 89.4%Language:HTML 9.9%Language:CSS 0.3%Language:Dockerfile 0.2%Language:Shell 0.1%Language:Makefile 0.1%Language:JavaScript 0.0%