Members | Net ID | Role | |
---|---|---|---|
Jacob Adams | jra457 | jra457@msstate.edu | Team Lead |
Jonas Cooper | jac1583 | jac1583@msstate.edu | Documentation and Design |
Brandon Ladner | bjl298 | bjl298@msstate.edu | Design and Developer |
Stephen (Jay) Proctor | swp116 | swp116@msstate.edu | Developer and Documentation |
Our ecommerce site Knockoff King is based on our aspirations to build a more ethical online market to rival existing sites. It is a part of the growing trend moving away from the traditional brick and mortar stores to an online platform. Knockoff King is aimed at helping small business owners maintain profitability by giving their employees new freedom and transitioning to an online platform.
The frontend will be designed with Bootstrap which incorporates HTML, JavaScript and CSS. Frontend design will be the user interface that buyers, sellers and admins interact with when navigating/using Knockoff King. By contrast, the backend will be built with Python based Django, which will bridge the connection between HTML and our SQL database.
- HTML: groupSix/knockoffKing/templates/knockoffKing
- Database management/design: groupSix/knockoffKing/models.py
- Front/Back end communication: groupSix/knockoffKing/views.py
- Link between HTML, manage.py and views.py: groupSix/knockoffKing/urls.py
- Account Creation / Login-In
- Shopping Cart
- Product Catalog
- Seller Menu
- Admin Menu
- Storage
- To create a front and backend for a website that establishes an online marketplace.