About

What Travlr Getaways Is

Travlr Getaways is a fictional travel company built as the applied artifact for a Computer Science capstone (CS-499) ePortfolio. It exists to demonstrate a complete, working full-stack web application, not to sell real trips or take real bookings.

The Customer Site

This is the customer-facing storefront: an Express server that renders these pages with the Handlebars templating engine. The Home and Travel pages pull trip data live from a MongoDB-backed API, and the Contact page lets a visitor send a message that is validated and stored in the database.

The Admin Catalog

A separate single-page application, not part of this site, gives an authenticated administrator a catalog manager for creating, editing, and removing trips. Both the customer site and the admin application talk to the same underlying Express API and MongoDB database, so a trip added or changed through the admin catalog appears here immediately.