PlaceFinder is a web applicatoin for searching restaurants, bars, clubs etc. It has feauters for adding your own places, adding comments to places, following users and much more.
- Used Express
- The application has 17 web pages (views).
- The application has 5 entity models.
- Used ejs template engine for generating the UI.
Used partials for header and footer.
- Used mongoose
Implemented Error Handling and Data Validation to avoid crashes when invalid data is entered (both client-side and server-side).
- Used connect-flash library to show proper messages