|
| 1 | +# Module 1: Introduction to Backend |
| 2 | + |
| 3 | +## Summary |
| 4 | +Writing backend code requires an intimate understanding of REST and the requestresponse lifecycle. Students learn how to build and run a local server with API endpoints |
| 5 | +using Node.js and Express.js, handle GET, POST, and other HTTP requests, perform |
| 6 | +validations and return a response. |
| 7 | + |
| 8 | +## Outline |
| 9 | + |
| 10 | +1 [Introduction to Backend [R]](../module1-introduction-to-backend/r1-introduction-to-backend/README.md) |
| 11 | + |
| 12 | +1.1 [Beginners guide to Node.js and NPM [R]](../module1-introduction-to-backend/r1.1-beginners-guide-nodejs-npm/README.md) |
| 13 | + |
| 14 | +1.2 [Getting ready with Node.js [L]](../module1-introduction-to-backend/r1.2-getting-ready-with-nodejs/README.md) |
| 15 | + |
| 16 | +2 [HTTP and REST [R]](../module1-introduction-to-backend/r2-http-and-rest/README.md) |
| 17 | + |
| 18 | +2.1 [Diving into REST APIs [R]](../module1-introduction-to-backend/r2.1-diving-into-rest-apis/README.md) |
| 19 | + |
| 20 | +2.2 [Testing APIs with Postman [L]](../module1-introduction-to-backend/r2.2-testing-apis-with-postman/README.md) |
| 21 | + |
| 22 | +3 [Introduction to Express.js [R]](../module1-introduction-to-backend/r3-introduction-to-expressjs/README.md) |
| 23 | + |
| 24 | +3.1 [Express.js hello world application [L]](../module1-introduction-to-backend/r3.1-expressjs-hello-world/README.md) |
| 25 | + |
| 26 | +3.2 [Express.js real world application [L]](../module1-introduction-to-backend/r3.2-express.js-real-world/README.md) |
| 27 | + |
| 28 | +3.3 [Additional practice with routes/functions on Express application [L]](../module1-introduction-to-backend/r3.3-expressjs-additional-practice/README.md) |
| 29 | + |
| 30 | +3.4 [API best practices [R]](../module1-introduction-to-backend/r3.4-api-best-practices/README.md) |
| 31 | + |
| 32 | +4 [Server-side Validation [R]](../module1-introduction-to-backend/r4-server-side-validation/README.md) |
| 33 | + |
| 34 | +4.1 [Server-side validation setup [L]](../module1-introduction-to-backend/r4.1-server-side-validation-setup/README.md) |
| 35 | + |
| 36 | +4.2 [Server-side validation additional practice [L]](../module1-introduction-to-backend/r4.2-validation-additional-practice/README.md) |
| 37 | + |
| 38 | +5 [API Documentation [R]](../module1-introduction-to-backend/r5-api-documentation/README.md) |
| 39 | + |
| 40 | +5.1 [API Documentation using Swagger [L]](../module1-introduction-to-backend/r5.1-api-documentation-swagger/README.md) |
| 41 | + |
| 42 | +6 [Outro](../module1-introduction-to-backend/r6-outro/README.md) |
0 commit comments