|
| 1 | +This is the code repository for [ Node.js API Masterclass with Express and MongoDB [Video]](https://www.packtpub.com/web-development/node-js-api-masterclass-with-express-and-mongodb-video), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. |
| 2 | +## About the Video Course |
| 3 | +This course will help you to create an extensive, in-depth backend API for DevCamper, a Bootcamp directory app. You’ll learn how to deploy a professional API with documentation from the ground up. |
1 | 4 |
|
| 5 | +The course starts with an overview of the project and an introduction to the HTTP essentials and Postman client. You’ll study HTTP status codes and how to send data to the server. The next section of the course will take you through the DevCamper project and show you how to create routes and responses in Express along with creating controller methods. As you make progress, you’ll learn how to create, fetch, and update and delete Bootcamps. You’ll also get to grips with the concepts of authentication, users, and permissions. |
| 6 | + |
| 7 | +By the end of the course, you’ll be able to build a real-world backend RESTful API for a Bootcamp directory app and have learned about advanced Mongoose queries. |
| 8 | + |
| 9 | +<H2>What You Will Learn</H2> |
| 10 | +<DIV class=book-info-will-learn-text> |
| 11 | +<UL> |
| 12 | +<LI>Create a real-world backend RESTful API for a Bootcamp directory app |
| 13 | +<LI>Get to grips with HTTP fundamentals, including Req/Res Cycle and status codes |
| 14 | +<LI>Understand advanced Mongoose queries |
| 15 | +<LI>Explore API security NoSQL injection, XSS protection, and rate-limiting |
| 16 | +<LI>Work on API documentation and deployment |
| 17 | + </LI></UL></DIV> |
| 18 | + |
| 19 | +### Course Requirements |
| 20 | +For successful completion of this course, students will need knowledge of the following:<br/> |
| 21 | +• Javascript fundamentals <br/> |
| 22 | +• Basic programming principles and control structures<br/> |
| 23 | +• Modern Javascript (ES6) - Arrows, promises, destructuring and more<br/> |
| 24 | +<br/> |
| 25 | + |
| 26 | + |
| 27 | +### Recommended Hardware Requirements:<br/> |
| 28 | +For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration: |
| 29 | +<br/> |
| 30 | +• Windows 10<br/> |
| 31 | +• OS: Microsoft Windows 10/8 (incl.64-bit)<br/> |
| 32 | +• Processor: Dual core processor<br/> |
| 33 | +• Memory: 4 GB RAM minimum, 8 GB RAM recommended<br/> |
| 34 | +• Storage: 1.5 GB hard disk space + at least 1 GB for caches<br/> |
| 35 | +• Optional: GPU: NVIDIA® GPU card with CUDA® Compute Capability 3.5 or higher.<br/> |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## Related Products |
| 40 | +* [RESTful API Design with Node, Express, and MongoDB [Video]](https://www.packtpub.com/application-development/restful-api-design-node-express-and-mongodb-video) |
| 41 | + |
| 42 | +* [The Complete Node.js Developer Course (3rd Edition) [Video]](https://www.packtpub.com/application-development/complete-nodejs-developer-course-3rd-edition-video) |
| 43 | + |
| 44 | +* [Node.js, Express and MongoDB Dev to Deployment [Video]](https://www.packtpub.com/application-development/nodejs-express-and-mongodb-dev-deployment-video) |
0 commit comments