This is a sample application to integrate with REST services which we exposed to develop our own URL shortner application.Experience quick, efficient URL shortening with a user-friendly interface.
Download URL Shortner REST App.
-
Clone, Build and Deploy the REST application. Here.
This project was bootstrapped with Create React App.
- To Build Project
npm i --legacy-peer-deps
- To Run the application in the development mode:
npm start
- Open http://localhost:3000 to view it in your browser.The page will reload when you make changes.
-
The URL Shortner REST application must be on http://localhost:9999/test
-
To test the REST services application. Click on button
Test URL Shortner Service
- To Create Short URL: Provide the Long URL. Click on button
Create
.
Click on Short URL to be redirected to the Long URL.
- To Get Short URL: Provide the Long URL to get Short URL details. Click on button
Get
.
- To Update Short URL: Provide the Long URL to update Short URL. Click on button
Update
.
- To Delete Short URL: Provide the Long URL to delete Short URL. Click on button
Delete
.
Happy Learning !