Skip to content

A real estate web application developed as part of Python & Django tutorial from Udemy.

Notifications You must be signed in to change notification settings

Mossie93/btre_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BT Real Estate

⚠️ Work in Progress ⚠️

A real estate web application developed as part of Python & Django tutorial from Udemy.

Requirements

  • Python 3
  • Django 3.0.5
  • PostgreSQL 11

Setup

Run the steps below in order to set up the project and run local Django server:

  1. On your local machine, set the following env variables:
export BTRE_DB_NAME="some_value"
export BTRE_DB_USER="some_value"
export BTRE_DB_PASSWORD="some_value"
export BTRE_DB_HOST="some_value"

Please remember to replace some_value stringss above with the values of your choice.

  1. Run the following commands:
pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py runserver

Testing

TBD

About

A real estate web application developed as part of Python & Django tutorial from Udemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published