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: 2 months ago
JSON representation
Project created using Ruby on Rails to display content using a remote static JSON.
- Host: GitHub
- URL: https://github.com/thiagohrcosta/hotel-api
- Owner: thiagohrcosta
- Created: 2021-04-07T22:34:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T00:58:59.000Z (over 5 years ago)
- Last Synced: 2025-02-03T20:51:57.842Z (over 1 year ago)
- Topics: bootstrap4, css3, html5, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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)

## 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
* ...