Planning Documentation Project Purpose Build a URL Shorter where can perform those types of operation: Shorten url Login url View their url Edit or Update their url For completing this task, I use different types of programming language Frontend: Laravel and Tailwind CSS Backend: Laravel Database: MySQL In database schema, i will create two table that name 'url_shorter' and 'user_info'. Here i need different types of column such as: url_shorter table: id (integer,20) user_id(integer,20) Orginal_url (string,50) Shorter_url (string,30) created_at (timeStamp) user_info user_id(integer,20) password(string,255) email(string,255) Here i need to create different types of routes such as: login route register route view route