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.
- 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
- Python 3.x
- Django 4.0.3
- Clone the repository:
$ git clone https://github.com/imklesley/facilitaai-ecommerce.git
- Go into the project directory:
$ cd facilitaai-ecommerce
- Install the requirements:
$ pip install -r requirements.txt
- Migrate the database:
$ python manage.py migrate
- Run the server:
$ python manage.py runserver
- Go to http://localhost:8000/ in your browser to view the application.
Developed by Klesley Gonçalves