Funko is an online e-commerce platform that provides everyone the ability to shop and create their own funko.
- HTML
- CSS
- Javascript
- Python
- Django
- PostgreSQL
python3 manage.py runserver
- As a user I want to be able to go to visit the website and browse collections.
- As a user I would like to be able to sign up for an account and then login.
- As a user I would like to be able to create and edit my own Funko.
- As a user I would like to be able to view Funko collections.
- As a user I would like to be able to shop and purchase a Funko.
- As a user I would like to view my list of orders.
- As a user I would like to view my profile and update my information.
- As a user I would like to checkout and use my home address.
- 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.