Skip to content

DeniDunca/RealEstate

Repository files navigation

Description

This project is a real estate web application developed as part of a DAW (Development of Web Applications) course.

Technologies Used

  • Python - Flask (backend)
  • SQLAlchemy (ORM)
  • PostgreSQL (database)
  • ReactJS - HTML/CSS/JavaScript (frontend)

Functionalities

Register and login

image

image

Home page

image

About us

image

News

image

Sales and Rent

image

Contact

image

My account

image

Setup and run

Frontend

  • npm install
  • npm run start

Backend

  • python3 -m venv venv
  • source venv/bin/activate # On Windows: venv\Scripts\activate
  • pip install -r requirements.txt
  • flask run

About

React app with Flask backend and PostreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors