DEV Community

Tanishq Saluja
Tanishq Saluja

Posted on

URL SHORTENER APPLICATION

It's been almost 2 years since I made a URL Shortener application. In that, I used Mongodb and Express to build an API for shortening URLs and redirecting to the original URL using the shortened URL. I deployed the NoSQL database on mLab and the Backend on Heroku and later consumed this API in my Android Application using the OkHttp Networking library.

I feel such projects are although pretty common but how much depth and understanding we have about the working of each and every part of our application is what really matters in the end.

Link to the project :

1) Android Application
2) Backend

Do drop a star on the repository incase you like it !

Alt Text

Top comments (0)