https://github.com/infinitypaul/findyourservive
This web app that allows consumers to search for services close to their proximity.
https://github.com/infinitypaul/findyourservive
datatable geolocation laravel service vue
Last synced: 11 months ago
JSON representation
This web app that allows consumers to search for services close to their proximity.
- Host: GitHub
- URL: https://github.com/infinitypaul/findyourservive
- Owner: infinitypaul
- License: mit
- Created: 2019-03-11T15:23:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T08:15:23.000Z (over 7 years ago)
- Last Synced: 2025-04-11T17:46:02.617Z (over 1 year ago)
- Topics: datatable, geolocation, laravel, service, vue
- Language: PHP
- Homepage: https://pacific-bastion-37164.herokuapp.com/
- Size: 623 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

This web app that allows consumers to search for services close to their proximity.
## Download Instruction
1. Clone the project.
```
git clone https://github.com/infinitypaul/findyourservive.git projectname
```
2. Install dependencies via composer.
```
composer install
```
3. Migrate and seed the Database.
```
php artisan migrate --seed
```
4. Run php server.
```
php artisan serve
```
> You can also install the Application via Docker:
## Pre-requisites
- Docker running on the host machine.
- Docker compose running on the host machine.
1. Clone the project.
```
git clone https://github.com/infinitypaul/findyourservive.git projectname
```
2. Run the testrig.sh file on the Project Root Folder on your terminal/Command Prompt, This script does everything you need to run your this project. It starts up the servers, ensures the database is booted, installs dependencies, runs database migrations, and runs database seeds. These services are exposed to your computer on the standard ports, then you can access your website on http:localhost
## Note
1 Visit https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform and copy the script below
>
2 Replace YOUR_API_KEY with yours
3 Locate app.blade.php in the Resources/Views/Layout Directory
4 Add the script to your html head tag
## Troubleshooting
- Port number might be already in use, change from `80` to another number in your `docker-compose.yml` file.
- If you have any other issues, [report them](https://github.com/infinitypaul/findyourservive/issues).
Enjoy!
### License
The Find Your Service App is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)