A bookmark manager is a website to maintain a collection of links, organised by tags. You can use it to save a webpage you found useful. You can add tags to the webpages you saved to find them later. You can also browse links other users have added.
The website will has the following functionality:
- Sign up and Log in
- Encrypted password storage (Bcrypt)
- Show a list of links from the database
- Add new links
- Add tags to the links
- Filter the links by a tag
###Take a look at the code
- git clone https://github.com/tbeeley/BOOK.ISH.git
- cd BookmarkManager
###Run the tests
- cd BookmarkManager
- rspec
