Regarding
[prototyping] some backend functionality for a WebApp (using GraphQL or REST to CRUD a json feed...) (message on coda.io forum)
JHipster, and open-source tool for generating webapps with Java (Spring) back ends is great at this and can give you some excellent bonus features for free. Potential entry points, or things you may want to touch on along the way:
- Their introductory video
- Use JDL-Studio to map out the schema for an app.
- Use JHipster to generate the webapp, and use the resulting README to get it started. Options include:
- what to generate