Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 498 Bytes

File metadata and controls

10 lines (9 loc) · 498 Bytes

StackOverflowClone

This is my final project for my undergraduate Cloud Computing/Distributed Systems class (CSE 356). It includes functionality such as: User account registration with email verification, posting questions and answers with media, upvoting/downvoting questions and answers, and search and filtering for questions based on timestamp, query, count, and more.

Technologies

  • Node.js (Express, Multer, PM2)
  • MongoDB
  • Cassandra
  • JWT for authentication
  • NGINX for load-balancing