Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reeju619/villa-real-estate
A fully responsive real estate website with frontend and backend with inegration with MySQL database and google sheet.
https://github.com/reeju619/villa-real-estate
css css3 google-sheets html html-css-javascript javascript javascript-library js laravel laravel-application laravel-framework laravel-package laravel10 mysql mysql-database mysqli-queries
Last synced: 25 days ago
JSON representation
A fully responsive real estate website with frontend and backend with inegration with MySQL database and google sheet.
- Host: GitHub
- URL: https://github.com/reeju619/villa-real-estate
- Owner: reeju619
- Created: 2024-03-10T07:05:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T07:35:10.000Z (8 months ago)
- Last Synced: 2024-10-11T11:40:13.333Z (25 days ago)
- Topics: css, css3, google-sheets, html, html-css-javascript, javascript, javascript-library, js, laravel, laravel-application, laravel-framework, laravel-package, laravel10, mysql, mysql-database, mysqli-queries
- Language: JavaScript
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Home Page](1.JPG)
![Property Page](2.JPG)
![Admin Page](3.JPG)## Instructions
Download the zipped github folder of this project and unzip the folder in your computer system.
Open the project folder with command prompt and type
```
composer update --no-scripts```
After that create database and give the database a name.
Enter the project folder and rename the .env.example file to .env
Enter your correct database credentials in .env file.
Again open command prompt and type
```
php artisan migrate```
After that type```
php artisan serve```
Remember everytime you download a laravel github folder, this way you should run the laravel app.