React Native course Database Query

Would we develop backend of “Done with it” app, server side APIs and database? If not then what platform is used to store the user data or is it all dummy data? Please anyone can reply, who has taken this course. I want to enrol in it asap.

The database used in the course is a local Express instance running under node.js. The course covers APIs, routes and middleware – but it is not a database course and it doesn’t use a cloud-based service.

@dpickut So we’re just storing data in RAM as long as the express server is running?

Yes, that is correct.

1 Like

Thanks for helping me @dpickut