learn hapi — Set Up MongoDB and Connect With Mongoose
We’ve mentioned in the introductory tutorial and the stack preparation that your Futureflix implementation uses MongoDB to store data. You won’t interact with MongoDB using the Node.js driver. Instead, you’ll use Mongoose to model your application and save, update or delete objects within the datastore. This …
Continue Reading