Full stack development with Angular and GraphQL : learn to build scalable monorepo and a complete Angular app using Apollo, Lerna, and GraphQL /
Angular is one of the most popular JavaScript frameworks in modern web app development allowing developers to not only build apps and reuse the code but also develop apps for any deployment target. For web, mobile web, native mobile, and native desktop, GraphQL is the modern and REST alternative for...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Book |
Language: | Inglés |
Published: |
Birmingham, United Kingdom :
Packt Publishing Ltd.,
[2022]
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Part 1: Setting up the development environment, GraphQL server, and database
- App architecture and development environment
- Setting up GraphQL with Node.js, Express.js, and Apollo
- Connecting the daatabase with TypeORM
- Implementing authentication and image uploads with Apollo server
- Adding realtime support with Apollo server
- Part 2: Building the Angular frontend with realtime support
- Angular application architecture and routing
- Adding user search functionality
- Guarding routes and testing authentication
- Uploading images and adding posts
- Fetching posts and adding comments and likes
- Part 3: Adding realtime support
- Implementing GraphQL subscriptions.