Skip to content

Full-stack disaster reporting system for real-time monitoring and alerting. Backend built with Node.js and Express, serving EJS templates. Data stored in Neon PostgreSQL with WebSocket live updates. Leverages Gemini AI for narrative summaries and includes a CLI for SQL database management.

Notifications You must be signed in to change notification settings

Woyoung21/DisasterWatch

 
 

Repository files navigation

SET UP

clone repo

git clone https://github.com/John-Tsiglieris/SF-hacks-2025-secret-repo.git

change env file

To replace CHANGE_THIS_PASS with a new password as a one-liner:

Linux:

sed -i 's/CHANGE_THIS_PASS/new_password/' .env

Windows (PowerShell):

(Get-Content .env) -replace 'CHANGE_THIS_PASS', 'new_password' | Set-Content .env

install npm packages

npm install

run dev server

npm run dev

editing the database via CLI

see cli.readme.md

TODO

  • create static file serve
  • set up templating: See views folder
  • update nav
  • find a way to stream events (websockets?)

About

Full-stack disaster reporting system for real-time monitoring and alerting. Backend built with Node.js and Express, serving EJS templates. Data stored in Neon PostgreSQL with WebSocket live updates. Leverages Gemini AI for narrative summaries and includes a CLI for SQL database management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 50.8%
  • JavaScript 48.6%
  • PLpgSQL 0.6%