A disaster management web application built using Django (Python)
CrisisMonitor is a web application designed to track natural disasters and provide critical information through an intuitive dashboard. It helps users stay informed and prepared for natural disasters.
-
Install Daytona: Follow the Daytona installation guide.
-
Create the Workspace:
daytona create https://github.com/daytonaio/sample-django-crisis-monitor
-
Start the Application: Run the server to view the application:
python manage.py runserver 8080
-
Access the Site: Open your browser and navigate to
http://127.0.0.1:8080
.
- Frontend: HTML, CSS, JavaScript
- Backend: Django (Python)
- Real-Time Tracking: Monitor ongoing disasters with up-to-date information.
- Interactive Dashboard: Display disaster data in an easy-to-understand format.
- Global Coverage: Track disasters across multiple regions with a user-friendly interface.
- Responsive Design: Works seamlessly on desktops, tablets, and smartphones.