Skip to content

Real estate listing application with CRUD operations and user registry

Notifications You must be signed in to change notification settings

sastrakhan/RealEstateApp_PythonDjangoPostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A realestate client needed an application to list his available properties and allow prospects to inquire about them.
There needed to be an admin interface to run CRUD operations on home listings and a user registration system. We leveraged the out of the box Django admin interface with additional Django libraries. We used PostgreSQL for the data layer.

In the end the client ended up going with a WordPress PHP solution to limit developer invovlement for ongoing maintainence. I have removed any sensitive client data hence some of the text contains lorum ipsum.

Initialization:

In Root

source venv/bin/activate
pip install django
python3 manage.py runserver

About

Real estate listing application with CRUD operations and user registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published