Skip to content

RevittCo/mdbx-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDBX Viewer

Welcome to MDBX Viewer! MDBX Viewer is a tool to help you visualise data in your MDBX database.

Quick Start

  1. Pull the repo

    git clone https://github.com/RevittConsulting/mdbx-viewer.git
    cd mdbx-viewer
  2. Add .env with your DATA_DIR

    echo 'DATA_DIR="my/path"' > .env
  3. Run make

    make
  4. Open localhost:3000 in your web browser

http://localhost:3000


Run on local dev mode

  1. 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

  1. Start API server

    cd api
    export DATA_DIR="your/path"
    go run cmd/api/main.go
  2. Start Frontend

    cd web
    npm install
    npm run dev
  3. Open localhost:5173 in your web browser

http://localhost:5173


Thank you for using MDBX Viewer!

About

Data viewing tool for MDBX database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors