Partnered final project for my Database Management course. A web app that mimics an online eCommerce clothing store, letting users browse and purchase items. We were tasked with creating a problem and design process, building the entire project through a near full-stack implementation. MENJI. uses simple REST API calls to add, remove and load products from the MongoDB database. We were encouraged to use Mongoose to help model some of our objects using schemas. This helped immensely with the learning process of the differences between front-end and back-end. HTTP web cookies are used for the login/register process of both customers and admins. Admins can view all registered customers, manage the store's inventory and track orders placed by customers. This project was my first exposure to the idea of full stack. With our specified deadlines, learning the concepts from scratch and coding everything ground-up was difficult. Looking back only less than a year ago, I think my skills in design and development have greatly improved ever since.