A beautifully crafted floral web application designed to enhance the shopping experience for floral enthusiasts. This application allows users to browse, search, and order flowers conveniently while providing an intuitive admin dashboard to manage the store efficiently.
- User-Friendly Interface: Browse through a wide range of floral products with ease.
- User Authentication: Secure registration and login for customers and admins.
- Product Management: Add, edit, or delete products via the admin dashboard.
- Cart and Wishlist: Seamlessly add items to the cart or wishlist for future purchases.
- Order Management: View and track orders with detailed information.
- Feedback System: Customers can leave reviews and rate products.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Clone the repository:
git clone https://github.com/venujaranasinghe/floral-web-application.git cd floral-web-application
- Configure the database:
- Create a MySQL database.
- Import the SQL file located in the
database
folder to set up the schema. - Update the database configuration in
config.php
.
- Start the application:
- Place the project in your web server directory (e.g.,
htdocs
for XAMPP orwww
for WAMP). - Start your web server and navigate to
http://localhost/floral-web-application
.
- Place the project in your web server directory (e.g.,
assets/
– Contains CSS, JavaScript, and images.database/
– SQL file for database setup.includes/
– Common backend functionality.pages/
– Application pages (e.g., login, home, cart, admin).
Feel free to fork the repository and submit pull requests to improve the application.
Pending....
Developed by Venuja Ranasinghe.
GitHub: venujaranasinghe