Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.04 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.04 KB

Lubotics Backend

Django web framework

Lubotics is an e-commerce site of robot products. Developed by Jhon Bayquen, Patrick Castro, Angelo Erasmo, Julius Nocon, Neal San Andres. Note: For educational purposes only

Project Overview and Goals

Database

  • User model DB
  • Products model DB
  • Orders model DB
  • Wishlist model DB
  • Purchases model

Forms

  • Cart form
  • Edit profile form
  • Payment form
  • Address form
  • Login form
  • Registration

Functionalities

  • Password Validation
  • Add to wishlist
  • Add to cart
  • Delete from wishlist
  • Delete from cart
  • Change quantity on cart
  • Cart checkout - items removed from cart
  • Cart checkout added to purchases / history
  • Search bar
  • Filter categories
  • Learn more (Home)
  • Logout redirect to login

Features

  • Featured product
  • Best sellers
  • Purchases

Optional

  • Privacy Policy
  • Forgot password
  • Product Reviews