Service that shows on a map where movies have been filmed in San Francisco. The user should be able to filter the view using autocompletion search.
npm run dev
NODE_ENV=development postgres_db_host=<postgres_db_host> postgres_db_port=<postgres_db_port> postgres_db=<postgres_db> postgres_db_username=<postgres_db_username> postgres_db_pass=<postgres_db_pass> postgres_db_pool_size=<postgres_db_pool_size> google_map_api_key=<google_map_api_key>
Exposed APIs
/get_film_locationfetches films by location geo points/get_film_suggestionsfetches films name suggestions