Getting MEAN with Mongo, Express, Angular, and Node
Getting MEAN, Second Edition teaches you how to develop full-stack web applications using the MEAN stack. Practical from the very beginning, the book helps you create a static site in Express and Node. Expanding on that solid foundation, you’ll integrate a MongoDB database, build an API, and add an...
Otros Autores: | , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning Publications
2019.
|
Edición: | Second edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630698506719 |
Tabla de Contenidos:
- Part 1. Setting the baseline. Introducing full-stack development
- Designing a MEAN stack architecture
- Part 2. Building a Node web application. Creating and setting up a MEAN project
- Building a static site with Node and Express
- Building a data model with MongoDB and Mongoose
- Writing a REST API: exposing the MongoDB database to the application
- Consuming a REST API: Using an API from inside Express
- Part 3. Adding a dynamic front end with Angular. Creating an Angular application with TypeScript
- Building a single-page application with Angular: Foundations
- Building a single-page application with Angular: Foundations
- Building a single-page application with Angular: the next level
- Part 4. Managing authentication and user sessions. Authenticating users, managing sessions, and securing APIs
- Using an authentication API in Angular applications.