Skip to content

JuanQP/ospjn-mapa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSPJN Mapa

Web application for displaying information in a map using React and Leaflet.

There is an app I use that shows information about addresses in a list. I thought it could be better if that same information was rendered in a map.

First, I made a script in Python to map addresses to [latitude, longitude] format using Google's API. Then, I stored that information in a MongoDB database and made a React frontend with a Node+Express backend. Here is the result 👇

ospjn-mapa-preview

Run the app

It will run with just one provider. Deployed app is on http://ospjn-mapa.onrender.com

docker compose up

Done. App is running on http://localhost:3000

About

A project to visualize information in a map using React-Leaflet. Made with React and Node+Express

Resources

Stars

Watchers

Forks

Contributors