Building a web app (Whinst) Part 14: Creating and adding home page API endpoints
After fully adding authentication functionality into the Whinst web app I moved on to adding functionality to the home page. I did this by first adding API endpoints(a specific location within an API that accepts requests and sends back responses). The home page has one endpoint which gets the catalogs that a registered user has …
Building a web app (Whinst) Part 14: Creating and adding home page API endpoints Read More »