garaekz / larashorts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larashorts

This is a URL Shortener SaaS, the utility of a URL shortener but with the a REST API and a web interface to manage your links.

I wanted to make this the easiest possible, not just a generic URL shortener, but a way to centralize, manage and track all your links, to build a secure backend that people can consume and build their own shortener sites or apps on top of it.

TODO

  • Create links from central site
  • List links from central site
  • Update or delete links from central site
  • Serve stats from central site
  • Track clicks
  • Track additional data from clicks
  • Create users from central site
  • Roles and permissions
  • Give users the option to acquire an API key
  • API key authentication
  • Create links from API
  • Return original URL from API
  • Serve stats from API
  • Track clicks from API
  • Track additional data from clicks from API
  • Add more things to this list

About


Languages

Language:Vue 59.4%Language:PHP 39.6%Language:JavaScript 0.5%Language:Blade 0.4%Language:CSS 0.1%