Question about creating a CRUD API for a project
how’s it going?
This isn’t a coding question, but if anyone can help, it would be great. I’m new to this and I want to create an API that does a CRUD as a project. I’ve seen it’s recommended to do this, but of course, creating a public API allows anyone to modify the database.
My question is: when recommending to create an API as a project, are they referring to a FakeAPI? I mean, should actions like DELETE or PUT only be temporary while the session is active? I’ve been trying to understand this so I can get started on the project.
Thanks for your attention.