PopOff is a multi-tenant web system that enables users to create, manage, and analyze shortened URLs.
Used ChatGPT to explain how url shortening works and also a few Django methods
PopOff is a multi-tenant web system that enables users to create, manage, and analyze shortened URLs.
Used ChatGPT to explain how url shortening works and also a few Django methods
Wrote the analytics API tonight but yet to test it as well
Log in to leave a comment
Added the redirect URL for link referral but yet to test
Log in to leave a comment
Implemented GET request to retrieve all shortened URLs and refactored POST request to use serializers instead of talking directly to the model
Log in to leave a comment
Implemented the URL shortening logic by using the Base62 method and created the POST request of generating the short URL from the original one
Log in to leave a comment
I implemented authentication with Django JWT for more security, the backend can now register users, login and logout
Log in to leave a comment