Skip to content

A real estate web app with django for backend and react for frontend

Notifications You must be signed in to change notification settings

sundeo1/real-estate-app

Repository files navigation

real-estate-app

A real estate web app with django for backend and react for frontend

In order to test out this project, follow these steps:

clone the repository run: npm install, this will install the required frontend packages run: npm run build, this will make the production react build folder run: python3 -m venv venv then activate the virtual environment run: pip install -r requirements.txt in realest_estate/settings.py, under DATABASES, set the PASSWORD field to your database password in realest_estate/settings.py, under EMAIL_HOST_USER, set your email that you are using in realest_estate/settings.py, under EMAIL_HOST_PASSWORD, set your app password you are using in contacts/views.py, under the send_mail function, input the email you are using

About

A real estate web app with django for backend and react for frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published