This repository contains the full web application. The app is designed to help monitor and manage vegetation fire incidents in Romania using open data, interactive maps, and a simple backend.
fire-emergency-management-concept/
├── frontend/ # Web map UI (HTML, CSS, JS)
├── backend/ # Express.js REST API
│ ├── models/
│ └── routes/
├── demo/ # Screenshots or screen recordings
├── .env.example # Template for environment variables
├── .gitignore
└── README.md
git clone https://github.com/flavius-dev/fire-emergency-management-concept.git
cd fire-emergency-management-concept
cd backend
npm install
Rename .env.example
to .env
and update:
PORT=5000
MONGO_URI=mongodb://localhost:27017/fire_incidents
JWT_SECRET=your_secret_key
npm start
Navigate to:
frontend/index.html
Open it in a browser to view the interactive fire incident map.
Flavius-Constantin Condoiu
Bachelor of Engineering – University of Petroșani, 2023
This project is licensed under the MIT License.