Welcome to MDBX Viewer! MDBX Viewer is a tool to help you visualise data in your MDBX database.
-
Pull the repo
git clone https://github.com/RevittConsulting/mdbx-viewer.git cd mdbx-viewer -
Add .env with your DATA_DIR
echo 'DATA_DIR="my/path"' > .env
-
Run
makemake
-
Open
localhost:3000in your web browser
- Create .env in web
You must create a .env and specify the API_URL. You can just copy the .env.example and rename to .env
-
Start API server
cd api export DATA_DIR="your/path" go run cmd/api/main.go
-
Start Frontend
cd web npm install npm run dev -
Open
localhost:5173in your web browser
Thank you for using MDBX Viewer!