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