Makazi is a Real Estate web application that allows Agents to manage properties. It also allows Users to access, and browse through properties as they make decisions about which to buy. Watch a live demo on Youtube Video.
Demo on youtube
Watch on Youtube Video
Makazi allows real estate agents to manage their listings. The agents can post, list, edit, and delete properties. Users can also access property information, browse through properties and make purchase of properties of their choice. Users can also make personal accounts to personalize their experiences.
As an Agent you should be able to:
Register
an agent accountUpload
new listingUpdate
listingsDelete
listings
As User you should be able to:
Register
a user accountView
listingsView
agent profiles and contact information
- Access to a computer, mobile phone or any other garget
- Internet access
- Clone to this repo by running the command :
git clone https://github.com/hermitex/makazi.git
- Unzip the downloaded files in a folder of choice.
- Open the folder with your favorite CLI tool.
- Run
npm install
on your terminal from inside the root folder of the project - Run
node server.js
on your terminal from inside the root folder of the project to run the server - The server should run on
http://localhost:3000
by default - If the port is busy, kindly feel free to change the port inside the server.js file
- Once the server is up and running, visit the link
http://localhost:3000
to access the application - You can also check out the app's API at Makazi API
-
HTML -to develop the structure off the page
-
CSS - to style the User Interface
-
Java (Spring Boot) - To build a RESTful API
-
ReactJS - Building component based UI
- N/A
MIT License Copyright (c) [2022] [Tiberius Mairura] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Feel free to reach out via:
- StackOverflow Profile - Tiberius Mairura
- Linked - Tiberius Mairura
- Dev.to - Tiberius Mairura