Demo: https://reverse-geocodes-app-react.web.app/
React Geocoding is a simple React + Nodejs application that shows a map and markers on it. User is able to view, create, edit and delete these markers. All the changes are immediately visible on the map. It's a simple CRUD application for learning and extending. This one is a backend repo in Node.js.
- Run
yarn install
ornpm install
. yarn start
ornpm start
. It will run the app on http://localhost:8000.- Go to front-end app directory i.e: geocode-map-app-front-end and follow instructions in
README.md
file there for more info.