Simple proxy to practice Service Oriented Architecture by building an AirBnB-Clone consisting of 4 services
- Node v10.12.0
- MongoDB v4.0.3
- NPM v6.5.0
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
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