This is a URL Shortener App Frontend where user can change long url to short url.
├── index.html
├── html
├── scripts
| └── index.js
├── styles
| └── index.css
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 |