Angular v17 - Fetching Users from my Node.js REST API | Full Stack Development Workflow

Angular v17 - Fetching Users from my Node.js REST API | Full Stack Development Workflow

ยท

1 min read

๐Ÿ…ฐ๏ธ Angular v17 - Fetching Users from my Node.js REST API
๐Ÿ”„ Full Stack Development Workflow

In this video, I'm thrilled to share my typical Full Stack Development workflow, showcasing the creation of a frontend using Angular v17 for the 'Users' endpoint in a REST API I previously developed with Node.js and Express.

The purpose of my REST API is to serve dummy data, which can be visualized in many ways, making it ideal for testing, prototyping, and exploring creative possibilities.

Video key topics:

๐Ÿ’ป FRONTEND:
๐Ÿ…ฐ๏ธ Creating an Angular app
๐ŸŽจ Adding Angular Material UI
โž• Adding the HttpClient
๐Ÿ“š Defining a service & interface
๐Ÿ‘ฅ Fetching & Displaying users

๐Ÿงฑ BACKEND:
๐ŸŒ Endpoint Customization
๐Ÿ”„ Adding an 'Active' Property for Users
๐Ÿ–ผ๏ธ Adding Image Source for Users

Users Website Live Site

my REST API Live Site

ย