Digidrobe is a Node.js project that allows users to upload and manage all of their clothing items within their web browser. Users can directly upload images of clothing items, view them in a grid layout, set additional information such as brand and type, and delete items as needed.
- Upload clothing item images
- View uploaded items in a grid layout
- Set additional information (brand, type) for each item
- Delete items from the wardrobe
Make sure you have Node.js and npm installed on your system. If not, you can download and install them from here.
-
Clone the repository:
git clone https://github.com/LucasCur/digidrobe.git
-
Navigate into the project directory:
cd digidrobe
-
Install dependencies using npm:
npm install
-
Start the server:
node app.js
-
Open your web browser and go to
http://localhost:3000
-
Click on the "Upload" button to add a piece of clothing.
-
View and manage your uploaded items on the main page.
-
Click on the "View" button to set additional information for each item.
-
Click on the "Delete" button to delete an item.
-
Click on "Go to Fitter" to navigate to the outfit fitter page.
-
Once in the fitter, you're able to generate outfits based on your items.
Contributions are more than welcome! If you have any suggestions, improvements, feature requests, or even want to just ask me a quick question, feel free to open an issue or submit a pull request.
Digidrobe © 2024 by Lucas Curran is licensed under CC BY-NC 4.0