SuiteUp

Screen Shot 2022-10-14 at 12 09 43 AM

Hotel Room is a project that simulates a hotel room booking system. It allows users to book a room for one night. It also allows users to see the list of all booked rooms on that day and see a list of rooms that are not booked yet. You can check the source code for backend here.

Live Demo

Kanban Board

  • Kanban Board
  • We were 4 students in this project
  • Kanban Board in the beginning of the project:

193262262-071d7162-d0a1-455c-98e9-3e68ba1f58c0

Built With

Frontend

Backend

Getting Started

To get a local copy up and running follow these simple example steps.

1- Clone both repositories:

$ git clone git@github.com:felixodette/hotel-room-frontend.git
$ git clone git@github.com:kamzzy/Hotel-Room.git

2- Go to the repository folder of Hotel-Room in your command prompt:

$ cd Hotel-Room

3- You might need to install dependecies with:

$ bundle install

4- Go to command line and run the command below for the live server:

$ rails server

5- Go to the repository folder of hotel-room-frontend in your command prompt:

$ cd hotel-room-frontend

6- You might need to install dependecies with:

$ yarn install

OR

$ npm install

7- Go to command line and run the command below for the live server:

$ yarn start

OR

$ npm start

Prerequisites

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

To install rails, in the terminal kindly run this command

$ gem install rails

To check if node is installed, kindly run this command in the terminal.

$ node --version

To check if yarn is installed, kindly run this command in the terminal.

$ yarn --version

To check if PostgreSQL is installed, kindly run this command in the terminal.

$ psql --version

Authors

👤 Ahmad Zamir Yousufi

👤 Huseyin Biyik

👤 Precious Akams

👤 Felix Odete

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Attributions and Credit

Original design idea by Murat Korkmaz on Behance.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.