URL SHORTENER banner

URL SHORTENER

6 devlogs
7h 12m 40s

This is a URL shortener project, similar to Tiny URL. You can provide a long or complex URL and generate a shorter link with your own custom name. When the shortened link is used, it redirects to the original page.

This project uses AI

I used AI tools for code implementation and debugging. I primarily relied on AI for frontend UI development. During deployment, I was unsure how to deploy the backend on Vercel, so I used AI assistance to set it up using a serverless approach. The vercel.json configuration file was generated with the help of Copilot.

Demo Repository

Loading README...

saswath87

Shipped this project!

i finally built the URL SHORTNER which has security features like JWT(json web token), bcrypt hashing for passwords and protected routes
And we have features like random short url generation, custome url generation and recent urls can be see and used

saswath87

finally i deployed my project in vercel - > client and server is deployed in vercel and the database is already in cloud, i use tidb so no need to deploy that

Attachment
Attachment
Attachment
0
saswath87

implemented custome short url creation and implemented search option and recent links of users who is logged in

Attachment
Attachment
0
saswath87

implemented backend for the login and signup by using jwt and bcrypt hashing

Attachment
0
saswath87

create frontend for login and signup modal, So next i am going to implement the backend for this login and signup

Attachment
Attachment
Attachment
0
saswath87

created the frontend partially and still working on it and next iam going to do login and signup feature

Attachment
0
saswath87

i have been working on this url shortner, basically i implemented the core feature that is shortening of with small random text

Attachment
0