This application proxy server was inherited for hosting several components of a single page application.
This project was developed to gain a fundamental understanding of scalability in service-oriented architecture.
To install dependencies, run
npm install
To start web service
- To establish port forwarding, run
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
- In Similar-Listings-Recommendations directory, run
npm run proxy-dev
- React
- NodeJs/Express
- AWS EC2 (Optional)
Moe Mosaad
This project is licensed under the MIT License - see the LICENSE.md file for details
- Nick Bisignano
- Paul Lee
- Jonathan Raitses
MIT © Moe Mosaad