Skip to content

moemosaad/Similar-Listings-Recommendations

 
 

Repository files navigation

Similar_Listings_Recommendations

This is a microservice for a similar listings component.

Motivation

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

Installing

To install dependencies, run

npm install

Running the tests

In Similar-Listings-Recommendations directory, run

node run test

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 3011
  1. In Similar-Listings-Recommendations directory, run
npm run dev

Built with

Tech/frameworks used

  • React
  • NodeJs/Express
  • MongoDB

Features

  • AWS EC2 (Optional)
  • AWS S3 (Optional)

Testing

  • Jest
  • Puppeteer

Authors

Moe Mosaad

License

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

Acknowledgments

  • Jared Elison
  • Sujin Lee
  • Austin Joo

MIT © Moe Mosaad

About

This is a simple microservice for a recommendation component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%