Skip to content

AritraC1/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

This app showcases a Flutter application that connects to a Node.js server for converting a long URL into a short URL, using MongoDB as a database to store and retrieve the URL mappings efficiently. Flutter provides the interactive user interface for inputting URLs and displaying results, Node.js processes the requests and handles the logic for generating unique short codes, and MongoDB securely stores each URL pair, ensuring quick access and scalability. Here are some of the app samples: