Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.