- TypeScript Blueprints
- Ivo Gabe de Wolff
- 118字
- 2021-07-14 10:59:30
Chapter 3. Note-Taking App with a Server
In this chapter, we will create a client-server app. The client will be written using Angular 2 and the server will be written using NodeJS and MongoDB. We can use TypeScript on both sides and we will see how we can reuse code between them.
The application can be used to take notes. We will implement a login page and basic, Create, Read, Update, and Delete (CRUD) operations for the notes.

In this chapter, we will cover the following topics:
- Setting up the project structure
- Getting started with NodeJS
- Understanding the structural type system
- Adding authentication
- Testing the API
- Adding CRUD operations
- Writing the client side
- Running the application
推薦閱讀
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Angular UI Development with PrimeNG
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- 信息可視化的藝術(shù):信息可視化在英國
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Visual Basic學(xué)習(xí)手冊
- Python忍者秘籍
- Multithreading in C# 5.0 Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- 深入理解BootLoader
- Python面試通關(guān)寶典
- Learning TypeScript
- Swift iOS Programming for Kids
- PHP程序設(shè)計(jì)經(jīng)典300例
- 亮劍Java Web項(xiàng)目開發(fā)案例導(dǎo)航