Skip to content

kathirgounder/BurnSurgeOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

burn-surge-ops

Installation Instructions

Frontend

  1. cd frontend
  2. Install dependencies

    npm i
  3. To run http-server

    npm start

Backend

  1. cd backend
  2. Create Python virtual environment

    python3 -m venv .venv
  3. Activate Python virtual environment

    source .venv/bin/activate
  4. Install dependencies

    pip install -r requirements.txt
  5. To run FastAPI backend

    fastapi dev main.py

About

Esri Hackathon 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5