What is an API? #4905
Answered
by
NadeeshaMedagama
janedoewso2
asked this question in
Q&A
Replies: 1 comment
|
API stands for Application Programming Interface. An API is a set of rules that allows different software applications to communicate. The frontend doesn't access the database directly. Instead, it sends requests to backend APIs. |
0 replies
Answer selected by
janedoewso2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
API stands for Application Programming Interface.
An API is a set of rules that allows different software applications to communicate.
The frontend doesn't access the database directly. Instead, it sends requests to backend APIs.