https://github.com/salimi-my/house
This is an online property listing and marketplace app created using Laravel, Vue and Inertia.
https://github.com/salimi-my/house
inertiajs laravel tailwindcss vuejs
Last synced: 6 months ago
JSON representation
This is an online property listing and marketplace app created using Laravel, Vue and Inertia.
- Host: GitHub
- URL: https://github.com/salimi-my/house
- Owner: salimi-my
- Created: 2023-03-12T13:20:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T07:46:30.000Z (over 1 year ago)
- Last Synced: 2025-03-20T18:06:42.649Z (7 months ago)
- Topics: inertiajs, laravel, tailwindcss, vuejs
- Language: PHP
- Homepage: https://house.salimi.my
- Size: 8.37 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [House](https://house.salimi.my) · [](https://www.linkedin.com/in/mohamad-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:
```bash
#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](https://house.salimi.my) to visit.
Direct link: `https://house.salimi.my`## Screenshots
#### Landing page

#### Listing page

#### Listing details page

#### Sign in page

#### Sign up page

#### User account page
