Mobile application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Mobile application

Hey guys, my names mike I’m tasked with creating a mobile application with a few extensive feature most of the components, I’ve got down packed although I’m new to coding I’ve been smart enough to use low code utilities for most of the heavy lifting, but my goal is to learn react native, mongodb, JavaScript, iOS , android. But my question is what would be the best starting point for framework or the process of feeding data from the DB to the display of my front end. No third party I want to do it myself.

4th Oct 2020, 10:51 PM
TheGrouchy
TheGrouchy - avatar
2 Answers
+ 21
There's no the best starting point imho. You can start where you want. If you decide to start with the frontend, you need to implement the mobile app first. Implement some logic, mock HTTP requests with some dummy data. Then move to the backend. Again, implement some logic, required routes, design your database. Finally, replace all mockups with real HTTP requests. The second way is to start with the backend. Do everything the same but in reverse order. To test if routes work fine, you can use Postman or any other HTTP client.
6th Oct 2020, 6:00 AM
Igor Makarsky
Igor Makarsky - avatar
+ 1
thanks i actually started node.js and researching javascript an learning it as well.
6th Oct 2020, 6:04 AM
TheGrouchy
TheGrouchy - avatar