What's a REST API and how to build a simple REST API with Django.
First things first, what is an API?
Application Programming Interface
A mechanism that houses a collection of communication protocols and subroutines that allow two or more applications to communicate with each other.
What is a REST API?
REST (Re...
carloscodesstuff.hashnode.dev9 min read