/EcommerceProject

The project consists of implementing a CRUD system using the Test-Driven Development (TDD) methodology.

Primary LanguagePython

TDD - E-Commerce Project

💻 About the project

The project consists of implementing a CRUD system using the Test-Driven Development (TDD) methodology.

🛠️ Technologies Used

It was developed with the following technologies:

⚙️ Environment Configuration

# Clone this repository to your machine:
$ git clone https://github.com/seu-usuario/nome-do-repositorio.git

# Access The Project Directory:
$ cd EcommerceProject

# Install The Project's Dependencies:
$ pip install pytest 
$ pip install union
$ pip install SQLalchemy
$ pip instal httpx

# Application Execution
$ uvicorn main:app --reload
$ pytest 

Project proposed by the Software Engineering discipline (UFMA)