How to Build a Blog API using ExpressJS
Jan 7, 2023 · 16 min read · API is an acronym for Application Programming Interface, it serves as a software intermediary to allow communication between two applications (usually a client and server). To build an API, one would fundamentally require a server and database. Expre...
Join discussion