From the course: MongoDB Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Challenge: Create app

Challenge: Create app

(gentle upbeat music) - In this exercise, I am asking you to create a database that could power an app that allows you to order food. To the end, please create an orders connection with a few documents in it. Each document should have information about the user, like, their name, address, phone number, email and account balance, information about the restaurant like, the name, address, and phone number of the restaurant and the documents should also have the time of the order and the items in the order with the associated price. Please also think about which indexes you would create for this collection. Then, as a second step, please write a few queries. The first query I would like you to write is a query to find the most expensive order. Second query should just return all of the orders sorted by the name of the restaurant. The third query should return orders where the order total is bigger than the account balance. The…

Contents