Skip to content

aka-nahal/postgresql-moniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Dashboard

A Dashboard built using React, Rest API and Canonic as the backend - connected to a PostgresSQL database. Screenshot

A sample app powered by Canonic

Link

Step-by-step guide to making this project

You can find the step-by-step for making this project here

Cloning the frontend

The frontend is a simple create-react-app. After cloning, install the dependencies.

yarn install

Then start the dev server

yarn start

Connecting with your backend

To connect this application, to your backend server.

  1. You can find the sample backend project postgres dashboard here and clone it.
  2. Copy the url from the docs
  3. Go to DashboardGrid.js and DashboardTable.js - change the uri to point to your project.

Deploying

Generates production assets in the public folder.

yarn install
yarn build

About

Dashbroad For Monitering PostgreSQL Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published