Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

Travel Diary

Single-page application which allows its users to pinpoint cities on a Google map, and in return, receive a list of recommended places, vistas and activities to check out in the selected city.

Utilizes Google Maps API, HTML, CSS, JavaScript, Vue.js, Ajax, PHP, Laravel, Eloquent ORM and MySQL.

1

The application consists of a Vue.js front-end and PHP (Laravel) back-end which are separated from each other. Separating the front-end from the back-end has many advantages such as:

  • Readability
  • Flexibility
  • Scalability
  • Easy maintenance
  • Modularity
  • Easier deployment

Front-end responsibilities:

  • Make requests to the back-end for information about pinpointed places of interest
  • Display all the information in an understandable manner
  • Handle routing

Back-end responsibilities:

  • Make requests to Google Maps API and then return the responses to the front-end
  • Store the API responses inside the database
  • Deal with user authentication and user roles
  • Obfuscate Google Maps API key

2

3