lukaIvanic / secureVideoFileMobile

0 stars 0 forks source link

Connecting to Mongo database #4

Open fparis1 opened 1 year ago

fparis1 commented 1 year ago

Connecting to Mongo database for saving and retrieving data of users.

lukaIvanic commented 1 year ago

We wont directly connect to mongo, the server handles that, we just communicate with the server about request that we want

fparis1 commented 1 year ago

server doesn't handle that, it needs to be handled from android application