- Frontend
- Backend
- Data Analysis
- Diagrams - made for engineering thesis with PlantUML
Froom is a web application for virtual wardrobe management. It has many functions available:
- Adding new clothes (supported by data-analysis - extracting colors and detecting shape of clothing from an image)
- Editing and removing clothes from the wardrobe
- Filtering clothes inside the wardrobe
- Outfit creator
- Random outfit generator
- Outfit duplicator
- Editing and deleting outfits
- Docker - version 20.10.x and higher
- Docker Compose - version 3.8. or higher
To build containers in Docker run command below:
docker-compose build
To run created containers use command:
docker-compose up
Having successfully started the containsers, in order to browse the app, simply access this url: (http://127.0.0.1:5173/)