Skip to content

zMarcosDantas/SimpleShortener

Repository files navigation

SimpleLinkShorter

This is a simple link shortener using Express, EJS, Bootstrap and JSON. Simple-as-possible (no database used).

Routes

  • List Route -> Simple dashboard of the generated links, it's possible to edit/delete from there. (GET)
  • Create Route -> Page to create the link shortened. (GET/POST).
  • Delete Route -> Route to delete the link. (POST).
  • Update Route -> Route to update the link. (POST).
  • Redirect Route -> Page of the shortened link (GET).

Usage

You can configure the app in the .env file. You can use the working sample provided.

Screenshots

Create Route List Route List Route Edit Redirect Route