Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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
  • About

    No description, website, or topics provided.

    Resources

    Stars

    0 stars

    Watchers

    0 watching

    Forks

    Releases

    Packages

    Contributors

    Languages