/Ruby-hotel

Hotel management application with API.

Primary LanguageRuby

Build Status

Ruby-hotel

Ruby-hotel is a website that helps the owner manage the hotel and the guests. And also helps users to get information about the hotel, track information about available rooms and make reservations.

This training project is created in order to develop the skills of teamwork and web development.

Features

A description of the features will be added during the development process.

Built With

  • The Ruby language - version 2.3.1
  • Ruby on Rails - version 5.1
  • PostgreSQL

Deployment

Authors

Prerequisites

Required software: ruby, pg

Install

git clone https://github.com/DenisUA/Ruby-hotel/
bundle install
rails db:setup

Launch

bundle exec rails s

Navigate to http://localhost:3000 or run curl localhost:3000/status

Test

rubocop