Floradelight is a user-friendly web application for delivering gifts and flowers. It provides a seamless shopping experience with multiple payment options, and order tracking. Admins can manage products and orders through a dedicated admin panel.
Frontend: HTML, Tailwind CSS, JavaScript, React
Backend: Node.js, Express.js
Database: MongoDB
To run the project locally, follow these steps:
- Clone the repository:
git clone git@github.com:dinshasivan/PROJECT.git
- Navigate to the project directory:
cd frontend - Install the dependencies:
npm install
- Start the project:
npm run dev
- Navigate to the project directory:
cd backend - Install the dependencies:
npm install
- Start the project:
npm run dev