/Big_Eyes

Mock FunkoPop e-commerce website

Primary LanguageHTML

Funko

Funko is an online e-commerce platform that provides everyone the ability to shop and create their own funko.

Screenshots

Technologies used

  1. HTML
  2. CSS
  3. Javascript
  4. Python
  5. Django
  6. PostgreSQL

Usage

python3 manage.py runserver

Wireframes and User Stories

Home Collections Create Login/Signup

User stories

  1. As a user I want to be able to go to visit the website and browse collections.
  2. As a user I would like to be able to sign up for an account and then login.
  3. As a user I would like to be able to create and edit my own Funko.
  4. As a user I would like to be able to view Funko collections.
  5. As a user I would like to be able to shop and purchase a Funko.
  6. As a user I would like to view my list of orders.
  7. As a user I would like to view my profile and update my information.
  8. As a user I would like to checkout and use my home address.

Diagrams

ERD

Major hurdles

  • Order to be created.
  • A form to submit and validate a working address.
  • Update the quantity in the order for once updated in the cart.
  • Allow users to change their passwords.
  • Get messages to pop up properly on the right page.