5) scan the QR code with Camera app on iOS / scan the QR code with Expo Go app on Android / open it on emulator
- User can signin or signup through a registration form
- Password is hashed with bcrypt and saved with other data in MongoDB
- On successful signin/signup process user navigates to home screen where he has a clear view of all previous tracks created
- By pressing on certain track, user is navigated to Track details where all details are shown about that specific track
- User can create new track with a title and from that moment his location is followed in order to create new track
- User can also save track in database
- User can logout and his token will be removed from local device storage, so next time he won't automatically sign in
- React-native
- MongoDB
- Express.js API
- Ngrok