- Web Development with MongoDB and Node.js
- Jason Krol
- 154字
- 2021-08-05 17:51:04
Summary
In this chapter, we took time to make sure your development environment was properly configured with both the Node runtime environment as well as the MongoDB server. After making sure both were properly installed, we wrote a basic app that utilized both technologies.
The app connected to a locally running MongoDB server, checked for the existence of a specific set of data, and if it wasn't found, sample records were inserted automatically. It then retrieved those same records and displayed them to the screen, which were sorted alphabetically.
Now that the tedious but necessary tasks of set up and installation are out of the way, we can move on to some fun and get started with learning! In the next chapter, we will review a primer on the JavaScript language and understand the basics of Node. Then, we will review basic Create, Read, Update, Delete (CRUD) operations with MongoDB using the mongo shell.
- Kali Linux滲透測試全流程詳解
- Extending Puppet
- Ubuntu Linux操作系統
- Linux自動化運維:Shell與Ansible(微課版)
- 計算機系統:基于x86+Linux平臺
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Social Data Visualization with HTML5 and JavaScript
- Cassandra 3.x High Availability(Second Edition)
- Linux基礎使用與案例
- Heroku Cloud Application Development
- Windows Vista終極技巧金典
- Learning Continuous Integration with Jenkins(Second Edition)
- 完美應用Ubuntu(第2版)
- Zabbix監控系統之深度解析和實踐
- Linux內核分析及應用