Wardrobe and outfits management web app

Wardrobe and outfits management web app

Have you ever bought a piece of clothing only to come home and realize you already had a similar one in your wardrobe? This web application aims at solving this problem by allowing users to register their garments in a database.

Moreover, the application provides a way to register complete outfits and list the various garments that are parts it.

The application consists of a Node.js back-end which stores garment information in a MongoDB database. It also provides a REST API built using Express to exchange data with the application's GUI. The latter is a Vue.js single page application featuring UI components from the Vuetify library.

The source-code for the application is available on GitHub: