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 splaces
composer run-setup
php 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 migrate
npm install
npm run production
php artisan serve
> php artisan serve
> npm run watch
If you want to have code coverage output, please install xdebug
> composer run tests
> composer generate-helper-docs
Splaces 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.