- URL-Shortner enables you to shorten long-url from important locations on Instagram, Facebook, YouTube, Twitter, Linked In, and the Internet.
- Just paste the long URL and click the shorten URL button. On the next screen, copy the shortened URL and submit it to the website.
- The shortened URL can be used for distribution, registration, notification, website, discussion, text and various fields.
Client: Flutter
Server: Node, Express , TypeScript
Database: MongoDB
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URL
Clone the project
git clone https://github.com/Dev-Adnani/Url-Shortner-Backend
Go to the project directory
cd Url-Shortner-Backend
Install dependencies
npm install
Start the server
npm run dev
https://urlshortner.devadnani.com
POST /random
Parameter | Type | Description |
---|---|---|
destination |
string |
Required. Long Url |
POST /custom
Parameter | Type | Description |
---|---|---|
destination |
string |
Required. Long Url |
customText |
string |
Required. Short Code |
GET /:shortId
Will Redirect Your To Url If It Exists
If you have any feedback or need any Support, please reach out to us at devadnani26@gmail.com