vikas-ukani / Locate-Users

A Laravel and Vue application which locate users based on map locations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Vue Map Users.

About project

The project shows the all users in the map based on it's latitude and longitude along with user filters.


Preview

All Users shown in the MAP

All Users shown in the MAP

Gender wise Male User showing in the map

Gender Filter wise User showing in the map

Gender wise Female User showing in the map

Gender Filter wise User showing in the map

Users by First name

Users by First name

Users by Last name

Users by Last name

Closest users around 2000 km.

Closest users around 2000 km

Installation process

Clone the repo.

git clone https://github.com/vikas-ukani/Locate-Users.git
cd Locate-Users

Create .env file

cp .env.example .env

Install pacakges.

  • Install php laravel pacakges
composer install && npm install 
  • Configure local database connection.

Generate key if it's required, Run the command

php artisan key:generate

Run the PHP server

php artisan serve

Run Vue server

npm run dev

Visit the site.

http://localhost:8000/

About

A Laravel and Vue application which locate users based on map locations.


Languages

Language:PHP 89.2%Language:Vue 7.9%Language:Shell 1.2%Language:JavaScript 1.1%Language:Blade 0.6%Language:CSS 0.1%