DEV Community

Discussion on: GlitchyNFT - Appwrite Hackathon

Collapse
 
rufusmotus profile image
Kamil Sołtys

Thanks!

I ditched the recursive function option and used Appwrite CLI + appwrite.json for creating collections and attributes, I didn't like that promises with recursive function looked like callback hell in my case.

Collapse
 
anshsaini profile image
Ansh Saini

Welp, that is so much simpler.
I completely forgot about Appwrite CLI and ended up creating a setup script which uses Appwrite SDK.
I avoided the callback hell using async await.