Build a light Google places API micro service for your projects.

AntoineGGG
7 min readOct 27, 2021

…or how to switch your api calls into your back-end instead of your front-end…

Photo by Jackson So on Unsplash

Recently I had to manage an autocomplete input which will call Google places API to suggest adresses for user profil pages.

Stack:

  • Back-end: NestJS / MySql
  • Front-end: VueJS / Quasar

--

--