This map app allows users to search for anything that is nearby their location. User can treat it as Google Maps.
Make sure that you have NodeJS and npm. Note: When you install NodeJS, it installs npm along with it.
There are two folder in this repo. The first one is the client and the second one is server.
In order to run the application in the client directory, navigate to client directory and run npm i
to install all the dependencies and then npm run serve
to serve up the local development.
The server directory is the same thing, navigate to the server
directory and run npm i
to install all the dependencies and then run node index.js
to spin up the local server.
If issue exists, please open up an issue to notify me so I can go ahead and fix those changes.