salimi-my / house

This is an online property listing and marketplace app created using Laravel, Vue and Inertia.

Home Page:https://house.salimi.my

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

House · Author Salimi

This is an online property listing and marketplace app created using Laravel, Vue and Inertia. Users can search for properties listed out on the app and make an offer to the owner/realtor. The app need users to be registered to list out their properties or make an offer. Offer made will be notified to the owner/realtor.

Online properties listing app

  • Users can search for properties listed
  • Make an offer to the owner/realtor

Tech/framework used

  • Laravel
  • Inertia.js
  • Vue.js
  • Tailwind CSS
  • MySQL

Starting the project

Open the .env.example and fill in your database configurations then save it as .env then run the following command:

#Install dependencies
composer install
npm install

#Run database migration & seeding
php artisan migrate
php artisan db:seed

#Running locally
php artisan serve
npm run dev

Demo

Hosted privately on personal DigitalOcean Droplet. Click here to visit.
Direct link: https://house.salimi.my

Screenshots

Landing page

Landing page

Listing page

Listing page

Listing details page

Listing details page

Sign in page

Sign in page

Sign up page

Sign up page

User account page

User account page

About

This is an online property listing and marketplace app created using Laravel, Vue and Inertia.

https://house.salimi.my


Languages

Language:PHP 76.4%Language:JavaScript 12.5%Language:Vue 10.7%Language:CSS 0.2%Language:Blade 0.2%