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.
- Ruby '~>2.7'
- Bundler '~> 2.0.0'
- Rails '~> 6.0.2.1rc1'
- Postgresql '>= 0.18', '< 2.0'
Coming up soon...
To get a local copy up and running follow these simple example steps.
You need to have Ruby 2.7 and Rails 6.0.2.1 installed
Clone the repo and then install the needed gems:
bundle install
rails db:create
rails db:migrate
rails server
👤 Author
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!