Skip to content

ZtheLeader/geocodes-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published