https://github.com/coderboy-raiyan/proflower
Flower Sales Website
https://github.com/coderboy-raiyan/proflower
django-framework python
Last synced: about 2 months ago
JSON representation
Flower Sales Website
- Host: GitHub
- URL: https://github.com/coderboy-raiyan/proflower
- Owner: coderboy-raiyan
- Created: 2024-01-17T11:25:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T07:19:34.000Z (over 2 years ago)
- Last Synced: 2025-06-24T21:44:51.080Z (12 months ago)
- Topics: django-framework, python
- Language: HTML
- Homepage: https://flower-sell.onrender.com/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Flower Sales Website
---
#### Please wait a few seconds to view the site because of onrender free deployment.
[Visit the site](https://flower-sell.onrender.com)
---
This project aims to create a vibrant marketplace for buying and selling flowers. Users can list flowers for sale, and potential buyers can easily browse and purchase them. The platform provides features for both users and administrators.
---
### User-Facing Features:
#### 1. Flower Listings
- Allow users to create flower listings with an image, title, description, price, and a "Buy Now" button.
- Users can filter flowers based on category.
#### 2. User Registration and Authentication
- Implement a user registration, login, and logout system.
- Users receive an email for account activation; after verification, they can log in.
#### 3. Placing Orders
- Enable users to place orders for the flowers they want to purchase.
- Send an email confirmation after placing an order, and reduce the quantity by one.
- Orders have a default status of "Pending" upon submission.
#### 4. Order History
- Provide users with access to view their order history.
- Users can see the status of their orders.
---
### Admin-Facing Features:
#### 1. Admin Dashboard
- Create a separate dashboard for the admin to manage flowers and orders.
#### 2. Order Management
- Enable the admin to view and manage all orders placed by users.
- Admins can change the status of orders (e.g., from "Pending" to "Completed").
- Users receive an email notification when the admin confirms their order.
---