davidcbllr82 / airbnb_copycat_no_db

Small practice of Ruby on Rails. The idea is to import data from a Json file and display it on the html.erb layout files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Simple "Airbnb". The app parses data from a Json file to display the name, price and image of different apartment listings.

  • Ruby version: 2.6.3

  • Server: rails server

  • Configuration: rails new name_your_app

  • Controllers: rails generate controller flats index show

About

Small practice of Ruby on Rails. The idea is to import data from a Json file and display it on the html.erb layout files


Languages

Language:Ruby 77.7%Language:HTML 17.0%Language:JavaScript 3.3%Language:CSS 2.0%