Skip to content

riitr/pgHENCHMAN-Server

Repository files navigation

License: GPL v2    Node: 8.11.1   NPM: 6.4.0     pgHENCHMAN: 1.0

pgHENCHMAN-Server

pgHENCHMAN is an Open Source Client for POSTGRESQL for administration and development which includes intuitive GUI for easy usage and ad-hoc analysis on the postgres database.

If you want to know more about it you can visit this link

To build connection between your pgHENCHMAN GUI and your postgres database you need pgHENCHMAN-server.

INSTALLATION

Step 1

git clone https://github.com/rajotron/pgHENCHMAN-Server

Step 2

Get into the project directory and install all packages listed in package.json file at root.

cd pgHENCHMAN-Server 
npm install 

Step 3

Run the shell script to run backend server.

You need to run the below given command first time only as to create the dist folder by compiling the typescript code to javascript.

npm run predev

Then you have to make the script executable for which you have to give suitable permission to the run.sh shell script.

chmod +x run.sh

Run the server

./run.sh

About

pgHENCHMAN server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published