Skip to content

Homely is a web app build using Ruby on Rails back-end and React front-end. Homely-backend provides the backend APIs for user registration, sign in, sign out, add house, list house, view house detail, book visit and view booked visits.

Notifications You must be signed in to change notification settings

belmeetmule/homely-backend

Repository files navigation


Homely

📗 Table of Contents

📖 [Homely]

Homely is a web app build using Ruby on Rails back-end and React front-end. Homely-backend provides the backend APIs, and Hello React Frontend consumes the APIs. The app allows user to see and book houses for onsite visits.

Kanban Board

We are a team of 4 members.

Kanban Board

Screenshot of of the initial state of the Kanban board

236180746-4812d9c4-2204-47ea-9a9c-10adf7b3c6a6

236180950-a9b6aa9d-3973-4424-9cc1-f9f9f00f0917

🛠 Built With

Tech Stack

Server
Database

Key Features

  • [Allows users to add houses]
  • [Allows users to book/reserve visits to houses they like]
  • [Delete houses]
  • [See reservations]

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/belmeetmule/homely-backend.git

Install

Install this project with:

  cd homely-backend
  bundle install
  rails db:create
  rails db:migrate
  1. Remove config/master.key and config/credentials.yml.enc if they exist.
  2. Run in the terminal: EDITOR=code rails credentials:edit , then close the editor that opens.
  3. This command will create a new master.key and credentials.yml.enc if they do not exist.

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

(back to top)

👥 Authors

👤 Akhror Valiev 👤 Mulugeta Belete 👤 Wahaj Ali 👤 Chukuwuma Mosanya

(back to top)

🔭 Future Features

  • Add admin role so that the admin see the booking in a given date and/or date range
  • Use pagination in stead of sending all houses in sindle get request
  • Search for houses

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, you can give star this repo.

(back to top)

🙏 Acknowledgments

We would like to thank microverse for supporting to do this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Homely is a web app build using Ruby on Rails back-end and React front-end. Homely-backend provides the backend APIs for user registration, sign in, sign out, add house, list house, view house detail, book visit and view booked visits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published