The Wayback Machine - https://web.archive.org/web/20200406221144/https://github.com/cpursley/react-admin-low-code
Skip to content
react-admin (via ra-data-hasura-graphql provider) + hasura = :)
JavaScript HTML CSS
Branch: master
Clone or download

Latest commit

Latest commit d5d30a1 Apr 6, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public Display User 'name' in Title Jan 3, 2020
src Upgrade libs Jan 11, 2020
.gitignore Initial commit from Create React App Nov 3, 2019
README.md Use correct markdown Apr 6, 2020
package.json Bump up ra-data-hasura-graphql to '0.1.8' Jan 18, 2020
yarn.lock Bump up ra-data-hasura-graphql to '0.1.8' Jan 18, 2020

README.md

React Admin Low Code

This is an example react-admin application (configuration based CRUD admin UI builder) demonstrating how to use the ra-data-hasura-graphql data provider with a Hasura (automatic GraphQL API backend on top of PostgreSQL). By combining these two technologies, you can build an entire back office admin suite in a matter of hours.

Alternatives

@dvasdekis has taken this concept a step further and integrated Docker Compose for development, Firebase for authentication and Flyway for database migrations.

Check it out here: react-admin-hasura-firebase

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

You can’t perform that action at this time.