[Help] : Architecture backend with moralis

Hey everyone,

I’m currently building an NFT game using Moralis, and I’m a bit stuck on how to integrate moralis with my own backend, I want to at least store users on my own server.

So, I’m wondering If there’s a way to use moralis’s db and make like a callback so that i can store user’s data to just have like backup information about them (id,emails,etc…).

This is a sample of my project architecture, it’s not perfect yet but i’d like to have some feedback about it and if there’s anything to add or modify, please let me know.

I look forward to hearing from you guys, cheers !

you can connect directly to your Moralis Server mongo db if you want

1 Like

Thank you for your reply.

Can you provide me with how to do that please?

1 Like