Welcome to the Disaster Relief and Recovery Platform, a cutting-edge solution designed to enhance water resilience in disaster-prone areas. This platform leverages advanced technology to provide strategic solutions for sustainable water management during critical times.
- Project Overview
- Setup Instructions
- Environment Variables
- Backend Setup
- Frontend Setup
- Running the Application
- License
The Disaster Relief and Recovery Platform is a comprehensive solution aimed at improving water resilience in areas vulnerable to natural disasters. Key features include:
- Real-time data collection and analysis
- Predictive modeling for disaster scenarios
- Automated emergency response systems
- Collaborative platform for relief efforts
- Integrated water management strategies
Our platform combines cutting-edge technology with strategic planning to ensure sustainable water resources during and after disasters.
To get started with the Disaster Relief and Recovery Platform, follow these steps:
- Fork and clone the repository.
- Set up environment variables.
- Install dependencies.
- Start the application.
Create a .env
file in the root directory of your project with the following content:
MONGODB_URI=mongodb://localhost:27017/disaster_relief_db
JWT_SECRET=your_generated_jwt_secret_key_here
Generate a JWT secret key using the following command in your terminal:
node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
Replace the placeholder values with your actual MongoDB connection string and generated JWT secret key.
Navigate to the server directory and run the following commands:
cd ./server
npm install
npm start
Navigate to the client directory and run the following commands:
cd ./client
npm install
npm start
Once both backend and frontend setups are complete, your Disaster Relief and Recovery Platform should be running and ready for use.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for exploring the Disaster Relief and Recovery Platform. Together, we can build a more resilient future for communities worldwide.