Skip to content

gilly7/RealEstate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Real Estate Application

This is a simple Flask application for managing real estate listings.

Users can;

sign up log in create land listings browse the catalog.

Features

  • User authentication: Sign up, log in, and log out functionality.
  • CRUD operations for managing land listings.
  • Email notifications for new land listings.
  • Simple user interface for browsing listings.

Installation

Clone the repository to your local machine:

git clone https://github.com/gilly7/RealEstate.git

Navigate to the project directory:

cd flask-real-estate

Install the required dependencies:

pip install -r requirements.txt

Run the Flask application:

arduino

python run.py

Access the application in your web browser at http://localhost:5000.

Usage

Register a new account using the sign-up form. Log in with your credentials. Create new land listings from the dashboard. Browse existing listings in the catalog. Log out when done. Configuration The application uses a SQLite database by default. You can change the database configuration in app/init.py. Configure email settings in app/utils.py for sending notifications. Contributing Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

License This project is licensed under the MIT License. See the LICENSE file for details.

About

Flask Real Estate Application This is a simple Flask application for managing real estate listings. Users can sign up, log in, create land listings, and browse the catalog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors