Vue / C#
Keepr is a social network that allows users to visually share and discover new interests by posting images or videos to their own, or others', collections (i.e., a collection of 'vaults,' usually with a common theme) and browsing what other users have kept. Keepr utilizes a VueJs frontend with Vue-Router to manage the DOM. On the server-side, keepr uses the DotNet WebApi for a server and implements the Repository pattern to communicate with their database. In addition, Auth0 for user management, Dapper as an ORM, and a MySQL server for the database.