使尴尬 发表于 2025-3-23 12:18:37
Working with SQL Databases,In Chapter 4, we created simple routes for the application to list tasks via a static data model. That was enough to start to explore some basic concepts about API resources.最初 发表于 2025-3-23 14:11:34
http://reply.papertrans.cn/20/1916/191565/191565_12.pngOverride 发表于 2025-3-23 19:22:19
Authenticating Users,Our API already has tasks and users resources, which, thanks to the Sequelize framework, are integrated into a SQL database, in our case SQLite3. We have already implemented their routes via the main routing functions provided by Express.Permanent 发表于 2025-3-23 22:22:45
Testing the Application: Part 1,Creating automated tests is highly recommended. There are several types of tests: unitary, functional, acceptance, and others. This chapter focuses only on the acceptance test, which in our case aims to test the outputs and behaviors of our API’s routes.抗体 发表于 2025-3-24 04:45:17
Testing the Application: Part 2,Continuing the test implementation, now focus next on writing some tests for the resources: tasks and users.好忠告人 发表于 2025-3-24 07:16:09
http://reply.papertrans.cn/20/1916/191565/191565_16.pngmetropolitan 发表于 2025-3-24 13:51:13
Building the Client-Side App: Part 1,After building a REST API using Node.js using JavaScript ES6 language, for the final two chapters of this book, we’ll create a new project. This time it will be a front-end project using the best of JavaScript.玷污 发表于 2025-3-24 18:03:36
http://reply.papertrans.cn/20/1916/191565/191565_18.pngOutmoded 发表于 2025-3-24 19:33:04
Introduction to Node.js,ogram directly with many network and Internet protocols or use libraries that have access to operating system (OS) resources. To program in Node.js you only need to master JavaScript language; that’s right, only JavaScript! The JavaScript runtime used in this platform is the famous Javascript V8, which is also used in Google Chrome.百科全书 发表于 2025-3-25 01:17:59
http://reply.papertrans.cn/20/1916/191565/191565_20.png