Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 709 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 709 Bytes

EBANX project by Lucas Dionatan Torres

How to execute this project

This project requires:

  • Python 3.11

installation

1 - Install dependencies We need install project dependencies with poetry:

obs: Can you install poetry in this link
 poetry install

3 - Execute the virtualenv

poetry shell

4 - Execute the project server:

uvicorn apps.main:app --reload
  • Update dependencies:
poetry update
  • Run tests:
pytest

Test result with ipkiss:

image