/URL_Shortener_Frontend

This is a URL Shortener Backend where user can change long url to short url.

Primary LanguageJavaScript

URL Shortener App Frontend


About


This is a URL Shortener App Frontend where user can change long url to short url.

Folder Structure

├── index.html
├── html
├── scripts
|    └── index.js  
├── styles
|    └── index.css

API endpoints with Base Url


BaseUrl : https://url-shortener-857u.onrender.com/


METHOD ENDPOINT DESCRIPTION
POST `${BaseUrl}/${data}` This endpoint should allow users to view shorted URL
POST `${BaseUrl}/` This endpoint should allow users to add the original URL in database and generates a short URL