Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritrac1/url-shortener
URL Shortener made in Flutter using NodeJs
https://github.com/aritrac1/url-shortener
android dart expressjs flutter flutter-nodejs ios javascript mongodb nodejs url-shortener
Last synced: 4 days ago
JSON representation
URL Shortener made in Flutter using NodeJs
- Host: GitHub
- URL: https://github.com/aritrac1/url-shortener
- Owner: AritraC1
- Created: 2024-11-01T14:45:20.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:23:57.000Z (6 days ago)
- Last Synced: 2024-11-01T16:24:50.582Z (6 days ago)
- Topics: android, dart, expressjs, flutter, flutter-nodejs, ios, javascript, mongodb, nodejs, url-shortener
- Language: Dart
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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: