Skip to content

Cine-Pixel/django-real-estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REAL ESTATE RENTING SERVICE

This app lets users to upload or browse properties.

Preview

TODO

Features

TODO

Local Setup

  • First clone the repo:
    git clone https://github.com/Cine-Pixel/django-real-estate.git
  • Create a virtual environment and activate:
    python -m venv venv
    source venv/bin/activate
  • Install requirements:
    pip install .
  • Apply migrations and run...
    cd real_estate
    python manage.py migrate
    python manage.py runserver

Contributors