Test Your S&P 500 Knowledge

Company Guesser

A full stack web application to determine who is the best of the best.

The large dataset is queried from multiple open source APIs from the server. With this data, the server manipluates the data and sends them to the clientside using RESTful APIs built with NodeJS and ExpressJS. User Authentication is configured with PassportJS and secured by hashing sensitive data, then stored in a cloud-hosted PostgreSQL database. Cookies ensure the longevity of users' current scores and login sessions which are stored in the users' local storage for future use.

  • Technologies. EJS, CSS, Bootstrap CSS, JavaScript, NodeJS, ExpressJS, Restful APIs, PostgreSQL, Sessions and Cookies, Bcrypt Hashing