Skip to content

rpt09-mulder/proxy-allen

Repository files navigation

Project

Simple proxy to practice Service Oriented Architecture by building an AirBnB-Clone consisting of 4 services

Related Projects

Table of Contents

  1. Requirements
  2. Installation
  3. Example

Requirements

  • Node v10.12.0
  • MongoDB v4.0.3
  • NPM v6.5.0

Installation

PLEASE NOTE: You must clone and start all four services before installing and starting this proxy.

Go to the root directory then install all required dependencies by running

npm install

then start the server by running

npm start

finally, on your browser go to http://localhost:3000

Example

The REST API will display a valid item page for all IDs between 1 to 100.

For example, http://localhost:3000/1 to http://localhost:3000/100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published