Fashstore is a full stack Full Stack Ecommerce MERN app project using React.js, Node.js, MongoDB, Express.js and Clerk-Auth. User can interact with the store and add, update and delete product to cart.




- React.js for frontend
- Framer-motion Animation
- Clerk for Authentication
- Vercel and Firebase for Hosting
git clone https://github.com/Omkar-kamble82/FashStore.git
npm i
frontend:
VITE_REACT_APP_CLERK_PUBLISHABLE_KEY=
VITE_REACT_APP_API_KEY=
VITE_REACT_APP_AUTH_DOMAIN=
VITE_REACT_APP_PROJECT_ID=
VITE_REACT_APP_STORAGE_BUCKET=
VITE_REACT_APP_MESSAGING_SENDER_ID=
VITE_REACT_APP_APP_ID=
server:
CLIENT=
PORT=
MONGO_URI=
npm run dev
firebase init
npm run build
firebase deploy