This project is a real estate web application developed as part of a DAW (Development of Web Applications) course.
- Python - Flask (backend)
- SQLAlchemy (ORM)
- PostgreSQL (database)
- ReactJS - HTML/CSS/JavaScript (frontend)
- npm install
- npm run start
- python3 -m venv venv
- source venv/bin/activate # On Windows: venv\Scripts\activate
- pip install -r requirements.txt
- flask run







