Splaces is a location based service to find spaces and places around you. It retrieves points of interest, photos and weather reports for locations.
- clone the repository with
git clone https://github.com/jacojvv-dev/splaces.git cd splacescomposer run-setupphp artisan key:generate- edit .env file and set your db credentials and api keys
- make sure your database is created in your local mysql instance, default db name is splaces
php artisan migratenpm installnpm run productionphp artisan serve
> php artisan serve> npm run watchIf you want to have code coverage output, please install xdebug
> composer run tests> composer generate-helper-docsSplaces is licenced under WTFPL (Do What the Fuck You Want To Public License)
The Laravel framework is open-sourced software licensed under the MIT license.

