Building A URL Shortener API Using NodeJs and MongoDB
Oct 29, 2022 · 5 min read · 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...
Join discussion

