Wardrobe-Wizard-API is the backend for an innovative fashion application inspired by "Clueless," designed to help you create and manage outfits in a smart and fun way. This API provides robust features for managing clothes, creating outfit combinations, and offering personalized style recommendations.
Use uvicorn in the root folder, even if you make changes in the code, the flag reload will help you re running the changes
uvicorn src.main:app --reload --port 5000
We are using clean architecture and FastAPI as our web framework