This is a microservice for a similar listings component.
This project was developed to gain a fundamental understanding of service-oriented architecture.
To install dependencies, run
npm install
In Similar-Listings-Recommendations directory, run
node run test
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 3011
- In Similar-Listings-Recommendations directory, run
npm run dev
- React
- NodeJs/Express
- MongoDB
- AWS EC2 (Optional)
- AWS S3 (Optional)
- Jest
- Puppeteer
Moe Mosaad
This project is licensed under the MIT License - see the LICENSE.md file for details
- Jared Elison
- Sujin Lee
- Austin Joo
MIT © Moe Mosaad