Yet another URL Shortener
- Shorten URL
- Custom URL
- Password protected URL
- Just go to
/
for demo you can go to here
/api/short/all
: [GET] all shortened link/api/create
: [POST] create a new shortened link
{
real_link: string, // valid URL
desired_link: string , // alphanumeric
}
/api/?link={shortened link}
- [GET] get destined link
- Set Initial Shortener App
- Handle error
- Add password protection
- Add share button
- Next JS
- Mongo DB
- this is my first time using Next JS and vercel