Skip to content

moemosaad/MainCard-Proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MainCard-Proxy_Server

This application proxy server was inherited for hosting several components of a single page application.

Motivation

This project was developed to gain a fundamental understanding of scalability in service-oriented architecture.

Prerequisites

Installing

To install dependencies, run

npm install

Deployment

AWS

To start web service

  1. To establish port forwarding, run
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000
  1. In Similar-Listings-Recommendations directory, run
npm run proxy-dev

Built with

Tech/frameworks used

  • React
  • NodeJs/Express

Features

  • AWS EC2 (Optional)

Authors

Moe Mosaad

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Nick Bisignano
  • Paul Lee
  • Jonathan Raitses

MIT © Moe Mosaad

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.2%
  • JavaScript 14.5%
  • Dockerfile 14.3%