basic registry for variable entries
- overview of entries in a interactive, searchable table
- detailed view of an entry on single pages
- form view to add new or edit an existing entry
- clone this repo
- run npm install
- create and adapt config.json (see configure section below), schemas/schema.json and schemas/options.json (based on examples)
- make data/data.json writeable
- start adding fancy data in your new registry :)
The following settings are available in the config file:
- remote - set path to remote data source or local
- password - set a password for editing access
- columns - define the colums that shall be displayed at the table view
- jQuery - basic javascript library
- datatables - js table generator library
- alpacajs - js form generator library