Table of Contents
URL: https://www.progressiverobot.com/making-a-node-mongodb-app-on-cloud-provider/
Video
[youtube 1171ScSfIrs 423 752]
About the Talk
What You'll Learn
- How to build a Node app
- How to create a MongoDB database
- How to connect Node and MongoDB
This Talk Is Designed For
- JavaScript developers that want to store data
- Developers that want to see how Node apps persist data
Prerequisites
- JavaScript knowledge
- Node knowledge
- Database knowledge
Resources
Express: a fast, unopinionated, minimalist web framework for Node.js
Mongoose: an elegant MongoDB object modeling for Node.js
MongoDB Node.JS driver: official MongoDB Node.js driver that allows Node.js applications to connect to MongoDB and work with data