项目作者: ZtheLeader

项目描述 :
Backend for React Geocode App
高级语言: JavaScript
项目地址: git://github.com/ZtheLeader/geocodes-app-backend.git
创建时间: 2019-07-30T11:57:18Z
项目社区:https://github.com/ZtheLeader/geocodes-app-backend

开源协议:

下载


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.