A Dashboard built using React, Rest API and Canonic as the backend - connected to a PostgresSQL database.
A sample app powered by Canonic
You can find the step-by-step for making this project here
The frontend is a simple create-react-app. After cloning, install the dependencies.
yarn install
Then start the dev server
yarn start
To connect this application, to your backend server.
- You can find the sample backend project postgres dashboard here and clone it.
- Copy the url from the docs
- Go to DashboardGrid.js and DashboardTable.js - change the uri to point to your project.
Generates production assets in the public
folder.
yarn install
yarn build