Skip to content

A laravel application that uses the Faker PHP library to create a mock property shop where users can browse an intuitive and visually appealing user interface.

Notifications You must be signed in to change notification settings

owenherbert/laravel-property-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Property Shop

Table of Contents

About

This is an example web application project. This web application allows the user to interact with a database of imaginary properties. Users can use interactive pagination and filters to view a collection of thousands of properties.

Technologies

Instructions

Follow the instructions below to install the project and get started.

  1. Clone the project repository onto your machine.
  2. Open command prompt and navigate to the /src folder within the repository.
  3. Run the command npm install to install the required NPM packages.
  4. Run the command composer install to install the required composer packages.
  5. In file explorer, copy the .env.example file and configure the database properties.
  6. In command prompt, run the command php artisan key:generate to generate the application key.
  7. Run the command php artisan --migrate:fresh --seed to run migrations and seed the database.
  8. Run the commands npm run dev and php artisan serve simultaneously to host the project. A link to the locally hosted website will appear in the console which you can click.

Demonstration

f84a9368d17420689ee5102780cc052f

About

A laravel application that uses the Faker PHP library to create a mock property shop where users can browse an intuitive and visually appealing user interface.

Topics

Resources

Stars

Watchers

Forks

Languages