Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagohrcosta/hotel-api

Project created using Ruby on Rails to display content using a remote static JSON.
https://github.com/thiagohrcosta/hotel-api

bootstrap4 css3 html5 ruby ruby-on-rails

Last synced: 18 days ago
JSON representation

Project created using Ruby on Rails to display content using a remote static JSON.

Awesome Lists containing this project

README

        

![main banner](https://github.com/thiagohrcosta/hotel-api/blob/master/public/img/uniqueFlats.png?raw=true)

## Technologies
This project was created with:

- [Ruby](https://www.ruby-lang.org/pt/)
- [Rails](https://rubygems.org/gems/rails)
- [ERB](https://ruby-doc.org/stdlib-2.7.1/libdoc/erb/rdoc/ERB.html) (for template system with Ruby)
- [Pry-byebug](https://rubygems.org/gems/pry-byebug/versions/3.4.0?locale=pt-BR) (for debugging)
- [Bootstrap](https://getbootstrap.com/)

## API requests
To check if a word typed by the user is an english word, was used Le Wagon API (https://raw.githubusercontent.com/lewagon/flats-boilerplate/master/flats.json)

![enter image description here](https://github.com/thiagohrcosta/hotel-api/blob/master/public/img/uniqueFlats2.png?raw=true)

## How to run this project
Download or clone it. Then run in the main folder the command `rails server`, the project should run on `localhost:3000`



Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...