Skip to content

gioch/hotels_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotels-client

It is hosted on heroku (https://mighty-beyond-12582.herokuapp.com/).

To run project locally:

  • download project
  • run 'bundle'
  • run 'rails db:create db:migrate'
  • run 'bundle exec rspec'

I've created 2 projects.

  • Rails 5 API project. It has implemented CRUD functionality with validations, Rspec tests, different best practices (Service objects). It stores all data about hotels in Postgres. It is hosted on heroku.

Please visit:

Please review its code in my github repo: https://github.com/gioch/hotels-api It's readme has documentation about running project locally

  • Rails 5 client project, which connects to API project above It has implemented CRUD functionality, rspec testings (Not finished, because i've used rspec testings in API project, and here they are almost the same), Ajax autocomplete, which returns suggestions for hotel name/address, Used some design patterns such as Service Objects

It is also hosted on Heroku, as separated project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published