Map of Unsafe Places is a project that allows users to mark unsafe places on the map with markers and leave short comments about them. The project serves to mark unsafe places on the map, allowing other users to know what happened there. The project is especially useful for charities and foundations.
The project includes a Telegram bot through which users can register and send geolocation and comments.
- Marker Creation: Authenticated users can create markers by clicking on the map.
- Updating and removing tokens: Authenticated users can update and remove their tokens.
- Displaying marker information: marker information is displayed in a list next to the map.
- Downloading and displaying geographic data: GeoJSON data is downloaded from the server and displayed on the map.
- Telegram bot: Users can register and send geolocation and comments via Telegram bot.
- Clone the repository to your local computer.
- Install the necessary dependencies (you may need to create a virtual environment).
- Launch the project.
Additional details about the installation and launch process will be added later.