Skip to content

DasNilima/Google-Maps-Store-Locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Google Maps Store Locator with JavaScript, Node JS, and MongoDB

Project Description

This Google Maps Store Locator is to allow users to find store near them.Having a user-friendly store locator is essential for businesses looking to connect with their customers.

Project Planning & Requirements

Project Screenshot

GIF GIF

Initialization

Clone the repository into a folder

git clone <Link>

Install NodeJS from this LINK

Navigate to Google-maps-app-api folder

Open Terminal

npm install
npm install -g nodemon

Create app.js file

  • Get your own stores data LINK

  • Set up NodeJS Server LINK

  • Create a MongoDB Database in MongoDB Atlas LINK

  • Setup Mongoose to connect to MongoDB LINK