-4

Does anyone know how to create a JSON file using data from a Parse Database (Back4App) using PHP?

Im needing to drop a file to my server each morning to populate a data grid.

klykins
  • 95
  • 1
  • 6

1 Answers1

0

Back4App use mongoDB (that uses JSON-like documents with schemas) , if you want to get the mongoexport, you're able to use the Dashboard or steps from mongo :)

And Parse Server have the guide to PHP at Parse Server Docs!

In case of any other doubts, could you elaborate your question better? Please = D

nataliec
  • 502
  • 4
  • 14