- MEAN Blueprints
- Robert Onodi
- 104字
- 2021-07-16 10:40:19
Chapter 1. Contact Manager
In this chapter, you'll learn how to build a Contact manager application. The application will be divided into two separate parts: one part consisting of the backend, our Node.js API written using Express, and the client application crafted using Angular 2.
Don't worry! This chapter will be more of a guideline, setting up a base project and wrapping your head around TDD (short for Test-driven development) in Node.js. We'll also get to see Angular 2 in action. We are not going to write tests on the client side as there are enough things to accumulate in one chapter.
推薦閱讀
- VMware View Security Essentials
- C語言程序設計(第2 版)
- TypeScript Blueprints
- Python神經網絡項目實戰
- 數據結構(C語言)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Learning Salesforce Einstein
- Kotlin從基礎到實戰
- C語言開發基礎教程(Dev-C++)(第2版)
- App Inventor創意趣味編程進階
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Clean Code in C#
- 程序員的成長課
- AI自動化測試:技術原理、平臺搭建與工程實踐
- C++17 By Example