From the course: Next.js: Creating and Hosting a Full-Stack Site
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Setting up hosting for MongoDB - React.js Tutorial
From the course: Next.js: Creating and Hosting a Full-Stack Site
Setting up hosting for MongoDB
- [Instructor] All right, so now that we're a little bit more familiar with what MongoDB is and how it's going to help our project, let's get MongoDB set up. Now, there are multiple ways that you can get started with MongoDB, from installing it locally, to using a fully hosted version of MongoDB, and we're actually going to be taking the second route and using something called MongoDB Atlas. Essentially MongoDB Atlas is just a simple platform that allows us to set up databases and then connect to them and query them very easily, right? So, the first thing that you're going to want to do is go to MongoDB Atlas. You should be able to get there by going to cloud.mongodb.com. If that URL doesn't work, just search for MongoDB Atlas. And in order to get there, you're going to need to create an account, which is pretty easy. You can just sign in with Google or use your email, and once you've gone through that whole process, it should take you to a page that looks something like this here…
Contents
-
-
-
-
-
(Locked)
What is MongoDB?1m 42s
-
(Locked)
Setting up hosting for MongoDB4m 54s
-
(Locked)
Adding MongoDB to Next.js6m 46s
-
(Locked)
Adding data to MongoDB7m 32s
-
(Locked)
Rewriting the list endpoints7m 29s
-
(Locked)
Rewriting the load product endpoint4m 2s
-
(Locked)
Rewriting the shopping cart endpoint5m 27s
-
(Locked)
Rewriting the add-to-cart endpoint5m 8s
-
(Locked)
Challenge: Rewriting the remove-from-cart endpoint57s
-
(Locked)
Solution: Rewriting the remove-from-cart endpoint4m 2s
-
(Locked)
-
-
-