atlsykes / TrackFinderRN

Track Finder web app being ported to React Native.
0 stars 0 forks source link

Mongo DB Atlas linked to Realm App setup #35

Open atlsykes opened 2 years ago

atlsykes commented 2 years ago

We'll being using MongoDB - Realm for data persistence.

Tracks

{ "_id" : ObjectId("60a12af1b31150fe42116795"), "name" : "Lassiter High School", "streetAddress" : "2601 Shallowford Rd", "city" : "Marietta", "state" : "GA", "zipCode" : 30066, "availability" : "TBD", "trackType" : [ "standard" ] }

atlsykes commented 2 years ago

Manual testing proving to be really difficult as I'm unable to use Robo3T tool. Investigating using RN SDK for Realm to test from mobile app.