TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the simplest way to build and maintain CRUD api?

1 pointsby Paulodsalmost 8 years ago
Hello,<p>Looking to build a POC and want to know what the simplest way to build and maintain a crud api to use in a react app. Mostly the app will be doing is reading&#x2F;searching through a db of items.<p>Ideally something as serverless as possible.

1 comment

jardarohalmost 8 years ago
I recommend using Django Rest Framework. Django gives you great admin forms for any and all data models and Django Rest Framework gives you a browseable API with in browser forms for your convenience. In addition it has a super effective structure for creating easy to maintain and reusable code.
评论 #15016326 未加载