Skip to content

world-in-progress/verdandi

Repository files navigation

Verdandi

Verdandi Logo

Overview

Verdandi is a Node Schema and Component Definition JSON Editor for Yggdrail. It provides powerful tools for managing and editing node schemas and component definitions.

https://github.com/world-in-progress/yggdrasil

In Norse mythology, Verdandi is one of the three Norns who weaves the web of fate at the roots of Yggdrasil, determining the destinies of both gods and humans. As the Norn who presides over the "present," Verdandi's duty is to ensure that the fate of the current moment unfolds correctly.

Quick Start

1. Database Configuration

Configure your MongoDB database in main.py:

client = MongoClient("mongodb://localhost:27017/")  # Your MongoDB URL
db = client["test"]                                 # Your MongoDB database name
nodeSchemaCollection = db["nodeSchema"]             # Your Node Schema collection name
requestParamsCollection = db["requestParams"]       # Your Request Params collection name
responseStatusCollection = db["responseStatus"]     # Your Response Status collection name

2. Start Backend

cd ./backend/
uvicorn main:app --reload

3. Start Frontend

npm run dev

Verdandi is still under developing...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published