Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 747 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 747 Bytes

Geocoding CRUD App in Node.js

Demo: https://reverse-geocodes-app-react.web.app/

App Info

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.

Getting Started

  1. Run yarn install or npm install.
  2. yarn start or npm start. It will run the app on http://localhost:8000.
  3. Go to front-end app directory i.e: geocode-map-app-front-end and follow instructions in README.md file there for more info.