A majority of unpleasant issues faced by landlords and tenants seem to grow due to lack of communication. Late rent payments turns into an eviction. A non-functional AC or a broken window becomes a reason to break a lease. Fortunately, building a positive relationship doesn't take much effort and it all starts with one basic idea: communication.
This project is entitled as “Administration System for end to end luxury apartment management software”, which is a software for managing highly customizable multiple apartments, flat, building or any kind of real estate properties.
The software is to ease property management burdens on small and independent landlords.The challenge was to conceptualize and develop a simple,streamlined managementtool for smaller property owners.The toolneeded tobe able to managemarketing for the property, encourageon-time payments by tenants, keeptrack of transactions, and handle maintenance requests.
The key technologies used for creating the software are HTML, CSS, Bootstrap, JavaScript, Python, MySQL and jQuery.
In Existing security system there is authentication at user level the user id and password submitted by user is verified at login process end if the user id and password exist then the user would be able to access the system. But some smart user usually uses SQL injection in order to violate the security of database using wild character of SQL. They sometime use SQL statement too in order to get the login process confused. They pass the sub query of sql in password field instead of password in order to get the confirmation. Here we have to develop a secure system for authentication access and apply SQL INJECTION attack to check its security.