The Perfect Petals website makes it easy to shop various type of flower, you can by flowers by website and mobile
This project is an online flower buying platform that allows users to browse and purchase various types of flowers, bouquets, and gifts. It is built using React, Redux, and Chakra UI, and deployed on Vercel. On the admin side, users can access a dashboard to track orders, edit products, and manage admin accounts and tasks. The server is developed using Express and the database is managed with MongoDB Atlas. The project folder structure includes separate directories for the frontend and backend components.
User Side
Admin Side
npm install
npm start
This will launch the application in development mode and open it in your browser at http://localhost:3000.npm install
npm start
This will run the server on your local machine.This project is an online flower buying platform developed using React, Redux, and Chakra UI for the front-end, and Express and MongoDB for the backend. It offers various features for both users and admins, such as signup, login, wishlist, cart, comments, ratings, and order management. The project can be installed locally by following the provided installation guide.