An open API service indexing awesome lists of open source software.

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

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.

---