Skip to content

KAESapps/reactivedb-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exemple d'utilisation

dbAdmin.js :

const rdbAdmin = require("reactivedb-admin")
const config = {
    server: {
        host: "localhost",
        port: 3000,
        secure: false,
        url: "/server",
    },
}

rdbAdmin(config)

Puis ajouter un script NPM du type :

"budo dbAdmin.js"

About

Graphical administration interface for reactivedb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published