Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhamiid/real-estate
Real Estate Website is a simple website for the business of managing land and buildings for real estate agents and buyers of residential, commercial and industrial property or businesses. Built with Ruby on Rails.
https://github.com/abdulhamiid/real-estate
bootstrap5 node-js postgresql ruby rubyonrails
Last synced: 8 days ago
JSON representation
Real Estate Website is a simple website for the business of managing land and buildings for real estate agents and buyers of residential, commercial and industrial property or businesses. Built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/abdulhamiid/real-estate
- Owner: abdulhamiid
- License: mit
- Created: 2023-04-10T09:15:25.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-21T07:30:07.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:21:08.257Z (10 days ago)
- Topics: bootstrap5, node-js, postgresql, ruby, rubyonrails
- Language: Ruby
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[Real Estate Website]** is a simple website for the business of managing land and buildings for real estate agents and buyers of residential, commercial and industrial property or businesses.
Client
Server
Database
- **[Connect Realtors and Buyers]**
- **[Buy, Rent or Lease an Appartment]**
- [Not Available yet]
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project, Go ahead and check the most recent version of each of these:
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
- [Rails](https://www.tutorialspoint.com/ruby-on-rails/rails-installation.htm)
- [SQLite3](https://sqlite.org/download.html)
- [Node.js](https://nodejs.org/en)
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
Verify Installation
- Ruby (ruby --version)
- SQLite3 (sqlite3 --version)
- Node.js (node --version)
- Yarn (yarn --version)
- Rails (rails --version)
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/abdulhamiid/real-estate.git
```
To access the cloned directory, run:
```sh
cd real-estate
```
Update config/database.yml with your local DBcredentials inside `config/database.yml` file. Then run:
```
rails db:reset
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **Abdulhamid**
- GitHub: [visit](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [visit](https://linkedin.com/in/abdulhamid-adio)
- [ ] **[Advert Page]**
- [ ] **[Reservation Page]**
- [ ] **[Session Management]**
- [ ] **[Add Design]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues)
### To Contribute to this project
1. Fork the Project
2. Create your Feature Branch
```
git checkout -b feature/newFeature
```
3. Commit your Changes
```
git commit -m 'Add some newFeature'
```
4. Push to the Branch
```
git push -u origin feature/newFeature
```
5. Open a Pull Request
If you like this project kindly give it a ⭐️. [click here](https://github.com/abdulhamiid/real-estate/stargazers) 🤗
This project is [MIT](./LICENSE) licensed.