CRUD - How to update database using Next JS 13 and Rest?
Unanswered
Dogue Brasileiro posted this in #help-forum
Dogue BrasileiroOP
I am building a basic app that can take data from a form and store it in a local database, but I am stuck on how to do it!?
I had created an api route called /topics with a get and post functions, but then I am a little clueless on how to take the data from a form and push it to the database via the api route I had created.
I had created an api route called /topics with a get and post functions, but then I am a little clueless on how to take the data from a form and push it to the database via the api route I had created.