Skip to content

alexploopy/polyhedge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyHedge

Insurance for anything

https://devpost.com/software/00000000

Installation

# Install backend dependencies
pip install -e .

# Install frontend dependencies
cd web
npm install
cd ..

# Set your API keys, see .env.example

Running the Backend

uvicorn polyhedge.api.main:app --reload --host 0.0.0.0 --port 8000

API available at http://localhost:8000

Running the Frontend

cd web
npm run dev

Web app available at http://localhost:3000

About

solo hackathon track @nexhacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published