Skip to content
/ hotel Public

hotel project to book or cancel the reservation. Using Ruby on Rails.

Notifications You must be signed in to change notification settings

faris-14/hotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Welcome to your Rails project on Cloud9 IDE!

To get started, just do the following:

  1. Run the project with the "Run Project" button in the menu bar on top of the IDE.

Happy coding! The Cloud9 IDE team This is a Hotel room booking application

Rails Version

Rails 5.0.0.1

Ruby Version

Ruby 2.3.1

Database

MySQL

Run Gemfile

bundle install

Create Database

rails db:create

Run Migrations

rails db:migrate
Run Seed File

Seed Data for storing the rooms category and rooms information to the database

rails db:seed

Start Server

rails s

Support & Documentation

Visit http:https://docs.c9.io for support, or to learn more about using Cloud9 IDE. To watch some training videos, visit http:https://www.youtube.com/user/c9ide

About

hotel project to book or cancel the reservation. Using Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published