LinkList is a small web app that serves one purpose: storing links you may need later. To be clear LinkList is not a replacment for the storing function every browser has, LinkList should be used to store temporary links or specified links for example: https://thisisasite.com/shareid?3hd82hds7Zsh8 or https://example.com/a/b/36/f.pdf
- show/save/edit/delete links
- show/save/edit/delete tags
- delete links if they are expired
- show when they expire
- multiple tags support
- https check
- user management
- a JS update on expired Links (live update)
- Clone the repo
- run bundler
bundle
- setup db
rake db:migrate