Implement Sellers
Implement the functionality of add/delete the favorite sellers list. One can also click on a seller in the list and browse his/her profile: name, items posted by the seller, etc.
Checklist:
- Add Sellers table/DAO
- Implement a list of favorite sellers per User (Add list of favorite sellers to Users table)
- Implement Seller-Profile
- Implement Favorite Sellers page