adel-gu / Cherry-Rooms-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Cherry Rooms Backend

Cherry Rooms Backend is a luxury room rental service back-end where users can first signup and log-in and then create new rooms by filling in all the information about their luxury room, then reserve existing rooms , delete rooms, and delete reservations. It is built and connected by using two different repos, including Back-end(Rails) and Front-end(React/Redux). Cherry Rooms

πŸ›  Built With

Tech Stack

Client
Server
  • Rails
Database

Key Features

  • [Luxary Rooms List endpoint]
  • [JWT Authorization with Devise upon login and register]
  • [Authenticated Users can create/delete as removed a Room]
  • [Authenticated Users can reserve/remove a Reservation]

(back to top)

Kanban Board

Kanban Board

image

(back to top)

API Documentation

(back to top)

πŸ“‡ Entity Relationship Diagram

re

React Frontend

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

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

  • Clone the repository to your local machine. - ** git clone https://github.com/adel-gu/Cherry-Rooms-back-end.git **

Prerequisites

To run this project you need: Git and Ruby

 gem install rails

Install

Install this project with:

  bundle install

Create a Database (Mandatory)

  • Run rake db:create:all and rake db:migrate
  • Run rake db:seed to populate the database with some sample data if you add any.
  • Run rails s to start the server.
  • In your browser, go to http://localhost:3000.

Run tests

bundle exec rspec

(back to top)

πŸ‘₯ Authors (4 Micronauts)

πŸ‘€ Zuhaib Amjad

πŸ‘€ Adel Guitoun

πŸ‘€ Aminu Rabiu

πŸ‘€ Joel Kugonza

(back to top)

πŸ”­ Future Features

  • [Admin Roles and access to add New lux Rooms]
  • [Keep count of rooms using addtional attribute]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank:

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 95.4%Language:Batchfile 4.1%Language:HTML 0.4%Language:Shell 0.1%