Skip to content

chathuryaprasad/SurvivorSync-DataMavericks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SurvivorSync-DataMavericks

SurvivorSync Logo
A robust disaster management platform with modular architecture.


🏗️ Project Structure

SurvivorSync-DataMavericks/
│
├── frontend/
├── backend/
└── disaster_agent_system/

🚀 Getting Started

1. Frontend

Frontend Icon

cd frontend
npm install
npm run dev

2. Backend

Backend Icon

cd backend
npm install
npm run dev

3. Disaster Agent System

Agent Icon

# From the main project directory
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies (if any)
pip install -r disaster_agent_system/requirements.txt

# Run the agent system
python -m disaster_agent_system.main

📦 Requirements

  • Node.js & npm (for frontend & backend)
  • Python 3.8+ (for agent system)
  • Virtualenv (recommended for Python)

📝 License

MIT


Made with ❤️ by DataMavericks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors