DEV Community

Discussion on: MongoDB Atlas Hackathon Help Thread

Collapse
 
geekysrm profile image
Soumya Ranjan Mohanty

Hi, I have most of the server side logic for my app inside Realm Functions which I wrote using the UI Editor. How do I show that code in GitHub repo?
Do I create a folder called realm_functions and put all function codes there in separate files?

Collapse
 
julien41 profile image
Julien

Hi, you can use the realm-cli and do realm-cli pull to get your project on your disk 😉

docs.mongodb.com/realm/cli/realm-c...

Collapse
 
geekysrm profile image
Soumya Ranjan Mohanty

Thank you, will try this 🙂