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 👇
It will run with just one provider. Deployed app is on http://ospjn-mapa.onrender.com
docker compose upDone. App is running on http://localhost:3000
