A fashion discovery platform that helps users recreate celebrity outfits at affordable price points. Find budget-friendly alternatives to your favorite celebrity looks with direct shopping links.
- Browse celebrity outfits with detailed breakdowns of each piece
- View brand and price information for every item
- Filter by celebrity, occasion, or season
Each celebrity outfit includes three budget-friendly alternatives:
- Budget: fast fashion finds
- Mid-Range: contemporary brands and sales
- Investment: original designer brands
- Personalized style quiz to match with celebrity aesthetics
- Direct shopping links to retailers
- Clone the Repository
git clone https://github.com/Star-Style/StarStyle.git-
Set up Environment Variables
Create.envfiles for both frontend and backend directories with your Firebase API keys. The backend.envalso requires MongoDB URI and port number. -
Install Dependencies
cd frontend && npm install
cd ../backend && npm install- Set Up the Database
From the backend directory, run the seed script to populate sample data:
node scripts/faker-seed.js- Run the Application
# terminal 1 - backend
cd backend && npm start
# terminal 2 - frontend
cd frontend && npm startThen navigate to the localhost link in your browser.