How to Build a Blog API using ExpressJS
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...
ibehesther.hashnode.dev16 min read