Building A URL Shortener API Using NodeJs and MongoDB
In this article, we will build a simple URL shortener API where users can input a long URL and get a shortened URL, which redirects to the actual long URL using NodeJs, Express, and MongoDB. Prerequisities Must have Node installed on you computer. M...



