[x] Learn Relational Database Schema Design
[x] Quickly build idea App & API prototypes
[x] Scaffold Content Management Systems
[x] Scaffold Authentication and Access Permissions
[x] Scaffold Web App interface and API connectivity
[x] Scaffold Cypress.io test suites
[x] Generate unlimited fake data to test and prototype
A: Objects to Actions | B: Object Field Types | C: Permissions Matrix |
---|---|---|
↓ | ↓ generates ↓ | ↓ |
A secure API and CMS written in Django, with a fully integrated and authenticating ReactJS front-end:
Content Admin | API Documentation | with Secure Authentication System |
---|---|---|
python django/generate.py admin --types=examples/object-fields-nod.csv --output_dir=examples/django/oaexample_app
python django/generate.py typescript --types=examples/object-fields-nod.csv --output_dir=examples/reactjs/src/object-actions/types/types.tsx
cd databuilder && npm install && npm start
cd object-actions/examples/reactjs && npm install && npm start
Copy and start your own from this Empty version.
Or copy and edit this Example version for a meal prep program: