This is a simple link shortener using Express, EJS, Bootstrap and JSON. Simple-as-possible (no database used).
- 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).
You can configure the app in the .env file. You can use the working sample provided.