Skip to content
/ cruda Public template

CRUD Application Boilerplate lets you easily edit your integrate and edit your entities

License

Notifications You must be signed in to change notification settings

Oppodelldog/cruda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUDA - CRUD React-Application boilerplate

A CRUD React-Application boilerplate.

This boilerplate project gives a "ready to code" frontend application that lets you easily add forms to edit your data entities.

Basically it's an ascetic app to quickly unleash the powers of react-jsonschema-form.

Getting started

The app structure bootstraps from a configuration which is all you need to get started.

Take a look in index.jsx where the config is load. By default, the configuration from
Sample folder is load to show its capabilities.

Adopt a data Entity

3 Steps to integrate a data Entity into the application.

  • Implement the Data Adapter interface
  • Define Schemas (JSON Schema and optionally a UI Schema)
  • add configuration entry

Screenshot from Sample Application

To get a visual impression about this app here's a screenshot from the sample application. CRUDA - Screenshot from e2e tests


Additional Information

Project name:

CRUD Application
CRUDA is spanish and means raw which nicely associates with boilerplate.

Open Source stack: