Skip to content

LynnHaDo/Fleur-Fantasia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Fleur Fantasia

Full-stack Web application using Spring Boot framework and Angular frontend

Table of Contents
  1. Demo
  2. Features
  3. About The Project
  4. Contact

Demo

The AWS-deployed website is here: https://d10ywaww18btws.cloudfront.net

Features

  • Add SQL databases
  • Add Spring Boot backend (enables connection with databases)
  • Add basic Angular frontend (Products list)
  • Add complete Angular frontend
    • Home
    • Product Detail
  • Search and filter functionalities
    • Search by category
    • Search by keyword
  • Product Detail View
  • Pagination
  • Check out
    • Add/Remove/Modify items in cart
    • Build reactive form controls layout and process inputs on the front-end
    • Connect Angular with Spring Boot to send order info to the database
    • Credit card payment - Email receipt to customer
  • Member registration
    • Add Okta sign-in widget integration
    • VIP member registration
    • Track order history by customer email
  • Add security
    • Handle browser refresh
    • Block API access to customer information
    • Secure HTTPs communcation - Frontend
    • Secure HTTPs communication - Backend

See the open issues for a full list of proposed features (and known issues).

(back to top)

About The Project (Updates 01/12/24)

In short, Fleur Fantasia is a full-stack e-commerce web app that allows users to browse and purchase different flower/plant options.

  • Like other common e-commerce applications, it supports filtering items, adding items to cart, checking out, etc with secure HTTPS communication. The app also supports credit card payment processing using Stripe API.

  • Unlike other common e-commerce applications, it also provides AI-powered tools to classify and detect different flower types. However, after considering the fact that the scope of the project is pretty big, I want to divide this feature into a different project!

(back to top)

Built With

(back to top)

Contact

Linh Do - do24l@mtholyoke.edu/dohalinh2303@gmail.com (personal)

LinkedIn: https://linkedin.com/in/linh-do-0327371b2/

(back to top)