Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]

**[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

### Tech Stack

Client

Server

Database

### Key Features

- **[Connect Realtors and Buyers]**
- **[Buy, Rent or Lease an Appartment]**

(back to top)

## 🚀 Live Demo

- [Not Available yet]

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Author

👤 **Abdulhamid**

- GitHub: [visit](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [visit](https://linkedin.com/in/abdulhamid-adio)

(back to top)

## 🔭 Future Features

- [ ] **[Advert Page]**
- [ ] **[Reservation Page]**
- [ ] **[Session Management]**
- [ ] **[Add Design]**

(back to top)

## 🤝 Contributing

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

(back to top)

## ⭐️ Show your support

If you like this project kindly give it a ⭐️. [click here](https://github.com/abdulhamiid/real-estate/stargazers) 🤗

(back to top)

## 🙏 Acknowledgments

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)