/property-finder

This is a practice project on creating a real estate web application for finding properties.

Primary LanguageRuby

Project Name

This is a practice project on creating a real estate web application for finding properties. There is a login system for freelance real estate agents, where they can upload properties, and app users can search through the properties and be able to book a property they liked.

Built With

  • Ruby '~>2.7'
  • Bundler '~> 2.0.0'
  • Rails '~> 6.0.2.1rc1'
  • Postgresql '>= 0.18', '< 2.0'

Live Demo

Coming up soon...

Getting Started

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

Prerequisites

You need to have Ruby 2.7 and Rails 6.0.2.1 installed

Setup

Install

Clone the repo and then install the needed gems:

bundle install

Create and Migrate the database:

rails db:create
rails db:migrate

Run the app in a local server:

rails server

Author

👤 Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!