FeedMe is a restaurant rating app, where users can add new restaurants, view and comment on others’ restaurants. Signed in users also have the access to food roulette feature which will randomly pick one of the restaurants each time when clicking on Feeling Luckly button.
Features include:
- Sign up or login to add new restaurant/comment/like. Flash message has been added to give warnings when user encounters error.
- Check restaurant/comment’s ownership to prevent malicious edit/deletion.
- Signed in customer can click on ‘Feeling Luckly’ button to let the app randomly pick one restaurant from the database.
- Optional admin signin option to assign access of editing all restaurants/comments.
- Public user profile page has been added.
- Fuzzy search for restaurants on home page as been added.
- Time since posted created with Moment JS has been added.
Check it out here!