EHEphraim Harunain2bit.hashnode.dev·Mar 11, 2023 · 3 min readHow to Deploy Your Node.js Application for free with Render: A Step-By-Step guidePreparing the app For this tutorial, we will create a simple rest API that returns the List of States and Local Government Areas (LGAs) in Nigeria. You can fork this repo to follow along SImple Node app IMPORTANT!!!Every application deployed runs on ...02ME
EHEphraim Harunain2bit.hashnode.dev·Jan 8, 2023 · 10 min readHow to Build a blog API with Node.jsIntroduction A blog API allows client applications to create, view, edit, delete and even filter blog content. In this article, we are going to create a simple blog API using Node.js, Express.js, and MongoDB Prerequisite A basic understanding of the ...00