Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.05 KB

TopBunk Proxy Server

TopBunk is a full-stack web application that provides descriptions, reviews, and neighborhood information about hostels and allows users to book a stay. This proxy server brings together the following four microservices to render the complete TopBunk application:

The GIF below provide a tour of the deployed proxy server, which brings together the description, booking, reviews, and about-the-neighborhood services into a unified application.

Getting Started

First, start up all four services by following the setup instructions at their respective links above. Then return here to set up the proxy server.

npm install
npm run start-dev

Be sure to update the URLs in server.js as needed.

Then navigate to http://localhost:9000.