Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 689 Bytes

StackOverflow Clone

Tools

💁 Apache Cassandra

🐡 ElasticSearch

🚅 Express.js

🍃 MongoDB

🚌 Nginx

📧 PostFix

🐰 RabbitMQ

😮 React.JS

Set Up

You must have an instance of Cassandra, MongoDB, PostFix, RabbitMQ, and ElasticSearch running on separate instances. How many instances is up to how many requests are required to be handled at any given time.

To set up the Express/React apps, on both the back-end and front-end folders npm install. The front-end will be listening on port 3000 and back-end will be listening on port 4000.

Use Nginx to route requests to the appropriate instance.