I have seen Next JS API feature, it provides you the API folder where you can create API for frontend. But I am still confuse about few things.
- Does it replace the need of backend e.g database and file handling etc
- Is this for just sending you the response in JSON e.g mock service.
I am unable to understand the actual use case of this. I want to create full stack website. Frontend, backend, database, etc. Would this be possible with just Next JS?
Thank you.
I have tried some examples for returning the JSON