A Quora/Reddit/Stackoverflow hybrid Q&A platform built with React, Express, MongoDB, Redis, Firebase, ElasticSearch and other buzz words for Stevens CS554 Web Programming II.
npm iinstalls dependenciesnpm run serverstart express server on port 8080npm start(another cmd) starts react server on port 3000
- Backend code in
/serverdir - Frontend code in
/srcdir - Backend route
http://localhost:8080/api/<whatever> - All React components inside
/componentsdir along with their css files of same name (eg.Comments.js&Comment.css) - Component names (same as their filename) start with capital letter