Restaurant Finder is similar to Yelp application. In which user can see the restaurants in a particular location, its average reviews rating and other details.
- NodeJS: Backend
- PostgreSQL: Database for storing restaurants and their reviews
- ReactJS: Frontend
Home Page allow users to get all the restaurant details like name, location, average rating, price range (from 1 to 5 ) etc and also to add, update and delete a restaurant.
Restaurant Detail Page allows user to see the the reviews of other users and option to add their review.
Update Page allows user to update the restaurant details.