This is an e-commerce project developed for the Programming Language III course at UESC. The goal is to create a program that simulates an online store allowing customers to purchase products online.
The project includes the following features:
- Product visualization.
- Shopping cart and checkout.
- Ability to remove items from the cart.
- Third-party product sales.
- In-store pickup.
The project was developed using the following technologies:
- Python for business logic.
- Future implementation of DjangoRest.
To run the project locally, ensure you have Python installed on your machine. Then, follow these steps:
- Clone this repository to your machine using the command
git clone https://github.com/your_username/e-commerce_project.git
. - Navigate to the directory using your machine's terminal.
- Type 'python .\main.py' and press enter.
This project was developed by:
- Vitor Sacramento - vitor.sacramento09@gmail.com
- Esther Rezende - rezendealvesesther@gmail.com