Skip to content

My E-commerce project, dedicated to people who love Afro culture.

License

Notifications You must be signed in to change notification settings

Humberto-Matondo/AfroShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFROSHOP

Afro-Shop-inicial-page Afro-Shop

About:

Is an e-commerce app created especially for lovers of African culture. Here, you can find a wide variety of African styles to celebrate and value Afro characteristics. With an intuitive and user-friendly interface, Afroshop offers a unique shopping experience, connecting customers to authentic and high-quality products directly from various African countries. Furthermore, the app is a way to promote diversity and representation in fashion and the arts, encouraging the appreciation of African culture and its traditions.


If you wish to only view the project, please log in using my username and password:
User: HM
Password: E_commerce01

Key features and functionalities include:

  1. Intuitive Interface: The user interface is designed to be user-friendly and easy to navigate, making the app accessible to users of all experience levels.

  2. Data Security: User data security is a priority. It implements security measures to protect users' personal information.

  3. Search and Filtering: It offers search and filtering features to quickly locate a specific product using just the first or last name, even in extensive lists.

  4. Multiplatform Access: The app is accessible on various platforms, allowing users to manage from any internet-enabled device.

TOOLS ⚒️

  1. PYTHON
  2. JAVASCRIPT
  3. DJANGO FRAMEWORK
  4. BOOTSTRAP
  5. POSTGRESQL
  6. UBUNTU 20.04 LTS

Websites Used:

Commands to clone and set up this project on your local machine:

git clone https://github.com/Humberto-Matondo/AfroShop.git
  • For Windowns:

      cd afroship
      python -m venv venv
      venv\Scripts\activate
      python -m pip install --upgrade pip setuptools wheel --user
      python -m pip install django django-debug-toolbar django-crispy-forms pillow
      python -m pip install Pillow  
      python manage.py migrate
      python manage.py makemigrations
      python manage.py collectstatic