Skip to content

FEUP L.EIC - 2nd Year, 2nd Semester - Project developed in the Web Languages and Technologies curricular unit

Notifications You must be signed in to change notification settings

gsilva00/LTW-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ForLove - Loja de Roupa

Group ltw02g01

  • Guilherme Silva (up202012345) 50%
  • Valentina Cadime (up202012345) 50%

Install Instructions

git clone git@github.com:FEUP-LTW-2024/ltw-project-2024-ltw02g01.git
git checkout final-delivery-v2
sqlite private/database/database.db < private/database/database.sql

Needs php-gd to be installed. To do that:

sudo apt-get install php-gd

Run it from the public sub-directory:

cd public
php -S localhost:9000

Warning: Some aspects of the site will lose formatting in Firefox Browser

Screenshots

main_page user_shop eco

Implemented Features

General:

  • Register a new account.
  • Log in and out.
  • Edit their profile, including their name, username, password, and email.

Sellers should be able to:

  • List new items, providing details such as category, brand, model, size, and condition, along with images.
  • Track and manage their listed items.
  • Respond to inquiries from buyers regarding their items and add further information if needed.
  • Print shipping forms for items that have been sold.

Buyers should be able to:

  • Browse items using filters like category, price, and condition.
  • Engage with sellers to ask questions or negotiate prices.
  • Add items to a wishlist or shopping cart.
  • Proceed to checkout with their shopping cart (simulate payment process).

Admins should be able to:

  • Elevate a user to admin status.
  • Introduce new item categories, sizes, conditions, and other pertinent entities.
  • Oversee and ensure the smooth operation of the entire system.

Security: We have been careful with the following security aspects:

  • SQL injection
  • Cross-Site Scripting (XSS)
  • Cross-Site Request Forgery (CSRF)

Password Storage Mechanism: hash_password&verify_password

Aditional Requirements:

We also implemented the following additional requirements (you can add more):

  • Rating and Review System
  • Promotional Features
  • Analytics Dashboard
  • Multi-Currency Support
  • Item Swapping
  • API Integration
  • Dynamic Promotions
  • User Preferences
  • Shipping Costs
  • Real-Time Messaging System

About

FEUP L.EIC - 2nd Year, 2nd Semester - Project developed in the Web Languages and Technologies curricular unit

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published