Skip to content

pratishshr/pg-admin-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pg-admin-lite

A lite postgres admin made using React.

Work in Progress

(TODO: Use a single script to start both the server and the client side application)

You must have postgres installed in your system (obviously)

Follow the following steps to run the applications

Steps

# For the server

    # Install dependencies
    npm install

    # Start the server
    npm run dev

  # For the main application

    # Go inside the frontend folder
    cd frontend

    # Install dependencies
    npm install

    # Start the server
    npm run dev

Happy Coding!

About

A lite postgres admin made using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published