Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Giuliano Bortoloni - Teste Boticario #94

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Apr 28, 2023

  1. feat: create initial configs

    Giuliano Bortoloni committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    29f1f0c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. feat: create initial app structure

    Giuliano Bortoloni committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a14b900 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. feat: create prisma schemas

    Giuliano Bortoloni committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6135f45 View commit details
    Browse the repository at this point in the history
  2. feat: create docker-compose with db connection

    Giuliano Bortoloni committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    60943ff View commit details
    Browse the repository at this point in the history
  3. feat: change npm to yarn

    Giuliano Bortoloni committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    c103d97 View commit details
    Browse the repository at this point in the history
  4. feat: create entities

    Giuliano Bortoloni committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    3fa8f99 View commit details
    Browse the repository at this point in the history
  5. feat: create repositories and factories

    Giuliano Bortoloni committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2231e0d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore: adjust prisma schema and entities

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f5bfe49 View commit details
    Browse the repository at this point in the history
  2. feat: create dtos and schemas

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    03ee6f8 View commit details
    Browse the repository at this point in the history
  3. feat: create exceptions

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3044152 View commit details
    Browse the repository at this point in the history
  4. chore: adjust repositories and factories

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    9c3d46e View commit details
    Browse the repository at this point in the history
  5. feat: create service and service factory

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6be1d5e View commit details
    Browse the repository at this point in the history
  6. feat: create product controller

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3c18188 View commit details
    Browse the repository at this point in the history
  7. feat: create get one product controller

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    db6426b View commit details
    Browse the repository at this point in the history
  8. feat: create delete product controller

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    baa15ac View commit details
    Browse the repository at this point in the history
  9. feat: create update product controller

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2f2433f View commit details
    Browse the repository at this point in the history
  10. feat: create routes

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7c6e473 View commit details
    Browse the repository at this point in the history
  11. chore: some adjust in app

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2144038 View commit details
    Browse the repository at this point in the history
  12. feat: install joi

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    be01d6f View commit details
    Browse the repository at this point in the history
  13. refactor: fix file name config

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    eaebb9a View commit details
    Browse the repository at this point in the history
  14. feat: create unit tests

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    312efa1 View commit details
    Browse the repository at this point in the history
  15. fix: environment name var

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    16f42c7 View commit details
    Browse the repository at this point in the history
  16. fix: getbysku name method

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    97e2b0c View commit details
    Browse the repository at this point in the history
  17. test: create integration tests

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    9f48bb2 View commit details
    Browse the repository at this point in the history
  18. feat create readme

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8f079de View commit details
    Browse the repository at this point in the history
  19. feat: create migration

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bbf8ce5 View commit details
    Browse the repository at this point in the history
  20. fix: eslint

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8a164e9 View commit details
    Browse the repository at this point in the history
  21. chore: adjust readme

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e479a88 View commit details
    Browse the repository at this point in the history
  22. fix: readme command

    Giuliano Bortoloni committed May 1, 2023
    Configuration menu
    Copy the full SHA
    33b2429 View commit details
    Browse the repository at this point in the history