- Web Development with MongoDB and Node(Third Edition)
- Bruno Joseph D'mello Mithun Satheesh Jason Krol
- 120字
- 2021-07-08 10:32:42
Writing your first app
Now that you have everything installed and confirmed that it's all working, you can write your first quick app that will use both Node and MongoDB. This will prove that your environment is good to go, and that you're ready to get started. In addition, it will give you a brief taste of the world of Node and MongoDB development! Don't worry if a lot of the following is confusing or just doesn't make sense to you, it will all be made clear throughout the rest of the book!
To begin with, we need to create a folder for our application where this application's specific code will reside, as follows:
$ mkdir testapp $ cd testapp
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- LaTeX Cookbook
- 程序員修煉之道:程序設計入門30講
- JavaScript 從入門到項目實踐(超值版)
- Python從小白到大牛
- Learning Bayesian Models with R
- PyTorch自然語言處理入門與實戰
- C#程序設計
- R大數據分析實用指南
- Learning Vaadin 7(Second Edition)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- LabVIEW虛擬儀器入門與測控應用100例
- OpenCV with Python By Example
- Serverless Web Applications with React and Firebase
- C語言程序設計