In this article we continue building the Meeting Room Booking app. Our goal this time is to create the server-side modules that send the list of meeting room bookings to the mobile app. We’re building this API with Express and MongoDB.
The bookings list retrieval will happen frequently, as users will start their interaction with the app from the “My Bookings” Screen, where they are taken after a successful logon.