Node.js: how to create a URL shortener with ExpressJS and MongoDB
Implementing a URL shortener system is pretty easy with ExpressJS and MongoDB.
A powerful JavaScript runtime environment that brings the most misunderstood programming language to the server.
Implementing a URL shortener system is pretty easy with ExpressJS and MongoDB.
In ExpressJS there's a little gotcha to be aware of when we specify a routing order.
There are a couple of different approaches that we can use in order to add an authentication layer to the API routes of our ExpressJS app.