Results Matter
Results Matter is an complete enterprise management app spanning three codebases and offering a full suite of functionality, from administration capabilities to seperation of resources based on user permissions, the invitation of new users to the platform, and more. The three codebases handle, respectively, authentication, frontend, and backend. The authentication gateway authenticates a JWT, and passes on the request plus credentials to the frontend or backend; the frontend talks to the backend for server rendering, and then responds with the computed webpage; the backend talks to the frontend server, and uses the gateway to talk to the actual client.
I built this product from the ground up, starting from scratch, using Ruby on Rails for the backend and React for the frontend and then Express for the gateway. It was a grueling task but the final product was exceptional in it’s strength and completeness.