Building a web app (Whinst) Part 15: Creating and adding all API endpoints
The Whinst web app so far has 3 main models, these are users, catalogs and products. I’ve so far created endpoints (a specific location within an API that accepts requests and sends back responses) for these models to be created, edited and deleted. In this article, I’ll walk you through how I created these endpoints …
Building a web app (Whinst) Part 15: Creating and adding all API endpoints Read More »