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
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