A web application that uses AI to generate journal entries based on your outfit of the day.
MONGODB_URI: MongoDB connection stringGEMINI_API_KEY: Google Gemini API key
BACKEND_URL: Backend URL (defaults to http://localhost if not specified)
With Docker:
docker-compose upOr separately:
# Backend
npm run start
# Frontend
cd frontend
npm run dev