Giter Club home page Giter Club logo

ravio-real-estate's Introduction

Coralcity Real-Estate Django Website

This website is build for Ravio Real-Estate business, You will get an admin page where you can manage your users, listings, realtors and queries from other users about listings. You will get search page where users can find listings from your database which suits their needs. You will get a listing page where users can see listings and when they click on those listings they will get a detailed page of that listing with photos of the property. You can manage users. All the passwords of the users are stored in hash value to protect users privacy. Link to your all Social Media pages. About page, Apartments, Dashbord, Agents, Contact us, Log out, Become an agent.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Install pip if it is not installed yet in your system

To install virtual environment, run in your terminal:

  • pip install virtualenv

To create a virtual environment, in the root folder of the cloned app, run:

  • virtualenv -p python3 venv

To activate the virtualenv:

  • source venv/bin/activate

Run the command below to install all the project dependencies:

  • pip install -r requirements.txt

To deactivate the virtualenv:

  • deactivate
  • Installing
  • Clone this repository
  • https://github.com/Joeltabe/ravio-real-estate.git
  • Cd into the cloned app, create a virtualenv and activate(see instruction above for steps to create a virtualenv)
  • Create a .env file, copy the variables in the .env_sample in the root directory of the project and set up the configurations according to your system.

Ensure to makemigrations then migrate by running the following commands sequencially:

    • python manage.py makemigrations
    • python manage.py migrate

To start the application, in the root directory of the project, run:

  • python manage.py runserver

Features of the Project:

  • Become an agent
  • Login
  • Logout
  • Upload Passport Photo
  • Admin Create listings and Realtors
  • Make inquires
  • Dashboard monitoring
  • Receive notification as Email
  • Check Inquire Status
  • Built With
  • Python 3
  • sqlite3
  • License

ravio-real-estate's People

Contributors

joeltabe avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.