Node-Based Leaflet Map with Login and User Permissions

I built map-based functions for a website where map features are only available if I start a Node server. After that, it's possible to log in to the map functions and mark locations globally thanks to the Leaflet open-source project, which you can find here.

Login Page if Node.js is Running

Leaflet Login

Leaflet login function

What Happens if You Don't Log In

Leaflet No Login

You can't see the map function.

Main Page

Leaflet Main Page

Zoomed Out

Leaflet Zoomed Out

If needed, you can re-edit descriptions or remove pictures and add better ones.

Can't Delete Other Person's Marker

Leaflet No Delete

Leaflet map function with mouse over

Full Screen Picture Function

Leaflet Full Screen

Tech Stack / Technologies Used