Click here to Skip to main content
15,881,248 members
Articles / Web Development / Node.js

Model-driven REST or GraphQL API for CRUD and More

Rate me:
Please Sign up or sign in to vote.
5.00/5 (23 votes)
11 May 2022MIT7 min read 50.3K   487   41  
Generic REST or GraphQL endpoints for CRUD and more, written in JavaScript, using Node.js, Express, and PostgreSQL
This article introduces a model-driven REST or GraphQL API for CRUD (Create, Read, Update, Delete) with which you can write simple models and the REST endpoints for CRUD will become available automatically.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
I'm a UI engineer with an eye for UX and a passion for model-driven UIs.

I usually build UIs for startups in the San Francisco Bay Area.

My hobby open source project is Evolutility, a minimalist low-code platform with a model-driven UI, a model-driven backend, and a set of models to play with.

More about me on my GitHub page.

Comments and Discussions