totaljs / totaldb

Total DB is a PostgreSQL database app for designing data structures.

Home Page:https://www.totaljs.com/totaldb/

Repository from Github https://github.comtotaljs/totaldbRepository from Github https://github.comtotaljs/totaldb

Total DB


Download and install dependencies:

npm install

Run it:

npm start

or directly using node executable (port is optional, default 8000)

node index.js <port>

Docker:

docker pull totalplatform/totaldb
docker run -p 8000:8000 totalplatform/totaldb

About

Total DB is a PostgreSQL database app for designing data structures.

https://www.totaljs.com/totaldb/

License:MIT License


Languages

Language:JavaScript 84.7%Language:HTML 14.0%Language:CSS 1.2%Language:Shell 0.1%Language:Dockerfile 0.0%