/hotels

Primary LanguageRuby

Hotels

About

This app is build with RoR API and single page application frontend with AngularJS.

Link

https://guarded-refuge-99895.herokuapp.com

Public API

All Booking requests

https://guarded-refuge-99895.herokuapp.com/api/v1/bookings

Booking requests by userId

https://guarded-refuge-99895.herokuapp.com/api/v1/bookings/1

https://guarded-refuge-99895.herokuapp.com/api/v1/bookings/2

Used technologies

  • Ruby on Rails
  • Minitest
  • AngularJS

API

API Reference

This API is built on RoR and uses Domain Driven Design and additional entities like commands, services, and repositories.

TODO

  • Add real hotels support
  • Refactor JS
  • Add tests to JS
  • Minify JS
  • Add filters and pagination to index API