This is a forum for Queen’s students me and my group mates made for our Fundamentals of Software Development class. Since this is a computer engineering course, we had to use C++. I decided to make a backend web server that uses a C++ websocket implementation from Beast, a library from Boost C++ libraries. The backend saves all information such as posts and user information in our SQLite database. For our frontend, we went with React for a quick and robust user interface. Check out the code on GitHub.
Here’s our presentation showing off a demo of our project.