Backend for React Geocode App
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.
yarn install
or npm install
.yarn start
or npm start
. It will run the app on http://localhost:8000.README.md
file there for more info.