- Leonardo Garcia (up202200041) 33%
- Manoela Américo (up202201391) 33%
- Marcel Medeiros (up202200042) 33%
git clone https://github.com/FEUP-LTW-2024/ltw-project-2024-ltw16g04.git
or
git clone git@github.com:FEUP-LTW-2024/ltw-project-2024-ltw16g04.git
git checkout final-delivery-v1
sqlite3 data/martechplace.db < data/martechplace.sql
php -S localhost:9000
Simple User:
John@example.com
password1
Admin:
admin@martech.com
admin123
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). (OBS: We have a wishlist, so that you can checkout each item individually.)
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: md5 / sha1 / sha256 / 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