Skip to content

This is the back-end to the Prop-Tech application that allow users registered users schedule a date and time to inspect displayed properties. It also comes with an admin dashboard, accessible to ONLY admins. Built with REACT, REDUX, RUBY-ON-RAILS, POSTGRESQL, TAILWINDCSS.

License

Notifications You must be signed in to change notification settings

prius2055/property-check-backend

Repository files navigation

📗 Table of Contents

📖 PROPERTY CHECK (backend)

This Property Check App serves as a scheduler for booking property inspections. Users can create an account or log in to browse through a selection of available properties, complete with pricing and descriptions. The User can also book a date and time for inspection of any property. Additionally, users also have the ability to cancel their inspections. The "Property-Check-FrontEnd Application" is a React-based application designed to serve as the user interface. It interacts with the Property-Check-frontend, a Rails application that provides the API. The front-end utilizes this API to display properties to the user.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • Property Catalog: Display a comprehensive catalog of available properties, including images, prices, and detailed descriptions.

  • Booking an inspection: Enable users to select and book inspection for properties through a user-friendly booking system.

  • User Profiles: Allow users to manage their profiles, update personal information, and view their inspection.

(back to top)

(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:

 install ruby
 ruby --version
 install sqlite3
 sqlite3 --version
 gem install rails 
 rails --version

 - VS Code or any other code editor
 - Chrome or any other browser
 - Rails installed
 - Postgresql installed

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/anbehindY/furniture-mall-backend.git

Install

Install this project with:

  cd furniture-mall-backend
  bundle install
rails db:create

Usage

To run the project, execute the following command:

  
  rails server -p 3000

=======

Install

Run bundle install to install all the required dependencies.

Usage

To run the project:

Create the database by running the following command:

rails db:create

Load the database schema with this command:

rails db:schema:load

Seed the database with the following command:

rails db:seed

Start the server by running the following command:

rails server

(back to top)

👥 Authors

👤 Prince Nwuke

(back to top)

🔭 Future Features

  • User will be able to secure payment
  • Customer support channels such as chat, email, or phone to assist users with inquiries or issues will be added.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please leave a star.

(back to top)

🙏 Acknowledgments

I would like to thank Murat Korkmaz of Behance for the design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is the back-end to the Prop-Tech application that allow users registered users schedule a date and time to inspect displayed properties. It also comes with an admin dashboard, accessible to ONLY admins. Built with REACT, REDUX, RUBY-ON-RAILS, POSTGRESQL, TAILWINDCSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published