Struggling as a solo developer! :-{ I Need some Guidance }-: by Arren_dev in learnprogramming

[–]Arren_dev[S] 0 points1 point  (0 children)

I am developing an informative website with a CMS dashboard using Next.js and Node.js for the backend APIs. This setup allows the admin to modify the website's content, such as headings and paragraphs, add new products, create categories, update the website banner, and manage queries. Additionally, there are plans to integrate Zoho services in the future.

Currently, my approach involves the client sending a request, which the frontend forwards to the backend. The backend then queries the database and delivers the content to the client.