Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 513 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 513 Bytes

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: