Skip to content
This repository has been archived by the owner on Sep 8, 2019. It is now read-only.
/ splaces Public archive

find awesome spaces and places around you

Notifications You must be signed in to change notification settings

jacojvv-dev/splaces

Repository files navigation

Splaces

Splaces is a location based service to find spaces and places around you. It retrieves points of interest, photos and weather reports for locations.

API Keys needed

Foursquare

OpenWeatherMap

Flickr

Google Places

Setup

  1. clone the repository with git clone https://github.com/jacojvv-dev/splaces.git
  2. cd splaces
  3. composer run-setup
  4. php artisan key:generate
  5. edit .env file and set your db credentials and api keys
  6. make sure your database is created in your local mysql instance, default db name is splaces
  7. php artisan migrate
  8. npm install
  9. npm run production
  10. php artisan serve

Running the Dev Server

> php artisan serve

Working With JavaScript

> npm run watch

Running PHP Tests

If you want to have code coverage output, please install xdebug

> composer run tests

Generating IDE Helper Documentation/Files

> composer generate-helper-docs

Licenses

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.

Powered By

About

find awesome spaces and places around you

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published