mongooseodm-uuid
completedAn early high-school project solving a very specific UUID problem with MongoDB.
A very old project I made years ago in high school to solve a super specific problem I had with MongoDB.
Overview
At the time I needed UUID-based identifiers to play nicely with Mongoose, the MongoDB object-document mapper, and this package was my solution. It is kept here mostly as an archive of where I started.