Facilita Aí!

Facilita Aí! is an e-commerce application built using the Django web framework. This application provides users with an easy to use interface to browse and purchase products. Users can add products to their cart and then proceed to checkout on a WhatsApp chat to complete the purchase.

Images

Result on the whatsapp

Features

  • Browse products and add them to the cart
  • Select product size and color
  • View products, quantity and total in the cart
  • Link to WhatsApp chat to complete the purchase

Installation

Requirements

  • Python 3.x
  • Django 4.0.3

Setup

  1. Clone the repository:
$ git clone https://github.com/imklesley/facilitaai-ecommerce.git
  1. Go into the project directory:
$ cd facilitaai-ecommerce
  1. Install the requirements:
$ pip install -r requirements.txt
  1. Migrate the database:
$ python manage.py migrate
  1. Run the server:
$ python manage.py runserver
  1. Go to http://localhost:8000/ in your browser to view the application.

Developed by Klesley Gonçalves