#crud

[ follow ]

The crudest CRUD of them all : the smallest CRUD possible in 150 lines of python

An effective prototype should minimize complexity, avoiding excessive controllers and views while maximizing data structure clarity.
#nodejs

GitHub - evoluteur/evolutility-server-node: Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

Evolutility-Server-Node offers generic REST APIs for CRUD operations and simple charts on objects with varied structures.
Evolutility-Server-Node requires Node.js, Express, PostgreSQL, and PG-Promise as dependencies for operation.

How to Test Your Node.js API Using Insomnia

This Node.js API allows for basic CRUD operations on user data using Express.

How to Test Your Node.js API Using Insomnia

Node.js API using Express enables simple CRUD operations for user management.

Build a Full-stack App with Node.js and htmx SitePoint

htmx is a modern JavaScript library for enhancing web applications by enabling partial HTML updates without full page reloads.
Contact manager app demonstrating CRUD actions built with htmx provides SPA feel while maintaining usability even with JavaScript disabled.

GitHub - evoluteur/evolutility-server-node: Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

Evolutility-Server-Node offers generic REST APIs for CRUD operations and simple charts on objects with varied structures.
Evolutility-Server-Node requires Node.js, Express, PostgreSQL, and PG-Promise as dependencies for operation.

How to Test Your Node.js API Using Insomnia

This Node.js API allows for basic CRUD operations on user data using Express.

How to Test Your Node.js API Using Insomnia

Node.js API using Express enables simple CRUD operations for user management.

Build a Full-stack App with Node.js and htmx SitePoint

htmx is a modern JavaScript library for enhancing web applications by enabling partial HTML updates without full page reloads.
Contact manager app demonstrating CRUD actions built with htmx provides SPA feel while maintaining usability even with JavaScript disabled.
morenodejs

BUILDING A REST API WITH GO AND SQLITE(PART 2)

Implementing CRUD operations in Go with SQLite
Introducing error handling and validation for API functionality
[ Load more ]