You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a django based fully functional web application that shortens the URL into an 8-digit alphanumeric hash value. CRC32 hashing algorithm has been used for this project along with PostgreSQL as the DBMS. The website provides a login feature and logged in users can create, save and access the shortened URLs anytime by just logging in.