URL shortening is used to create shorter aliases for long URLs. We call these shortened aliases “short links.” Users are redirected to the original URL when they hit these short links. Short links save a lot of space when displayed, printed, messaged, or tweeted. Additionally, users are less likely to mistype shorter URLs.
Worked on an eCommerce website backend with multiple APIs for users, product, cart and orders as well.
In this project, a user can find and calculate his/her income tax and can also make payments(dummy payments).I have created registration and roles -- Diffrerent user can have different roles.The three roles are "tax-payer", "tax-accountant", "admin". Created a Database to store user's details.Have built 7 API from signUp to login to tax-calculation.