Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.07 KB

readme.md

File metadata and controls

43 lines (39 loc) · 1.07 KB
Hello World!

Property Listing App

This script is a property listing website for real estate.

This script is not completed yet.

TO DO:

toletlg modules =============

users - done
avatars - done
user search - done
suspended-done
roles - done
status -done
user access control - done

properties
property type
locations
list type
property images
property status
messages
recommend property to a friend
give each user a subdomain

get the db in the db folder, edit db settings in application/config/database login with username: admin password:password123

Rules:
one db:table to a module eg, a table named foo must have a module named foo
all module that has a db must have cruds where s is search
please, use the template module provided to render view files. you can improve on it tho.

Code is Poetry. May the force be with us all.