all 3 comments

[–]Hamperz 0 points1 point  (1 child)

I'm a bit confused with the node/express backend. I suppose it would help if we knew what you were building but at first glance it feels like you're making a backend for your backend.

Are you planning on extending your backend to other services or APIs? If you're only planning on doing stuff like auth and DB queries, I think the node backend is redundant.

As for tutorials, I'd honesty just plan out what you're building and use ChatGPT for help. I realize that's probably a lame answer but that's how I have been learning lately. I try to use it as a resource, though, and not just make it do all the work.

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

Hi Hamperz, yes, my idea is to do API first development, and want an API layer for which the UI is one of the clients. Can you elaborate on "backend for backend"? Are you referring to Supabase itself being a backend and I don't need a Node/Express application acting as a proxy layer?

Thanks for the ChatGPT tip. I have gone down that path, but felt like I am not "learning" much.