5a7162c728e7ea22caac0d9817e152a780af9743
Geocoding App
This map app allows users to search for anything that is nearby their location. User can treat it as Google Maps.
Visuals
Installation
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.
Support
If issue exists, please open up a pull request.
Authors and acknowledgment
Languages
Vue
68.5%
JavaScript
17.7%
HTML
13.4%
CSS
0.4%
