Back to Tags
CRUD
4 items tagged with "crud"
Filter by type:
Tutorials4
Tutorial
How to build a CRUD API on Amazon DynamoDB
Model data and implement create, read, update, and delete operations against Amazon DynamoDB from Node.js.
Tutorial
How to build a CRUD API on Azure Cosmos DB
Model documents and perform CRUD operations against Azure Cosmos DB for NoSQL from a .NET application.
Tutorial
How to build a CRUD app on Google Cloud Firestore
Model collections and perform CRUD operations and queries against Google Cloud Firestore from a web app.
Tutorial
How to Build a REST API with Best Practices
Design resource-oriented routes, use correct status codes, validate input, handle errors consistently, and version your REST API.