FalkorDB / code-graph

https://code-graph.falkordb.com
MIT License
35 stars 7 forks source link

Try Free Dockerhub Discord Workflow

image

Getting Started

Live Demo

Run FalkorDB

docker run -p 6379:6379 -it --rm falkordb/falkordb

Install node packages

npm install

Set your OpenAI key

export OPENAI_API_KEY=YOUR_OPENAI_API_KEY

Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.