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.
- Ruby
- Rails
- Postgres
- Rspec
-
Before everything, you should have Docker and Docker Compose in your computer (Docker desktop includes both).
-
Clone this repo and cd into your directory.
git clone git@github.com:rtichauerv/paraffin.git && cd paraffin
-
In another terminal window, build and run your app with Compose.
$ docker compose up --build
-
You need to create the database. In another terminal, run:
$ docker compose run web rake db:create db:migrate db:seed
-
Finally, enter http://localhost:3000/ in a browser to see the application running.