Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Victor Santos - Teste - Vaga desenvolvedor back-end #27

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

Commits on Feb 7, 2023

  1. chore: initial configs

    vitinhos67 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    edc4550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c35c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec798f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd0676 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a367a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8054380 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4023e8f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. feat(added commitizen, store json files, add function error, add mult…

    …er and delete brewerey): change
    
    Added endpoint to add json by file, a catch function that is in catch scope of service methods,
    added endpoint to remove brewery
    vitinhos67 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2bd3e84 View commit details
    Browse the repository at this point in the history
  2. fix: removed dir uploads

    vitinhos67 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3ccefc1 View commit details
    Browse the repository at this point in the history
  3. unlink file after read

    vitinhos67 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0b1f091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a306c View commit details
    Browse the repository at this point in the history
  5. feat(add new endpoints): access the brewely through the name, and add…

    …ed external_uls (HATEOAS)
    vitinhos67 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    235a90b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85f72d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d09671 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca1b473 View commit details
    Browse the repository at this point in the history
  9. feat(schema menus): added menu scheme for breweries add their catalog…

    …. storage implemented so far
    vitinhos67 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    435864a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    4ab429e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def6f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc060f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ddf81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4761b31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70816f0 View commit details
    Browse the repository at this point in the history
  7. refactor(validation of name in files json): added validation of data …

    …for add name and restrict names
    
    Added validation of  fields for not duplicate keys and implementations of tests in app
    vitinhos67 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    39b30c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    898c8d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f4dda4d View commit details
    Browse the repository at this point in the history
  10. chore(changed local file tests integration): tests integrations in di…

    …r __tests__/integrations
    vitinhos67 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    07ae58c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7aab7d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec42f16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    417dc78 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    bc25c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a4cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc95270 View commit details
    Browse the repository at this point in the history
  4. feat(add coupons): add endpoints for coupons and fix routes to singular

    Now, is possible add,delete,find coupons with implementing of endpoints e storing in database
    vitinhos67 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a897af5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f70e8b6 View commit details
    Browse the repository at this point in the history
  6. feat(added users): client can register, login

    was added schema users and endpoints to register user, find user, connect with application through
    access_key(jwt)
    vitinhos67 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    43bbd9f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. feat(add reputations): was added reputations for breweries through en…

    …dpoints with autorization beare
    vitinhos67 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    9301b6f View commit details
    Browse the repository at this point in the history
  2. style(routes was separate): route was separate for style,route storeJ…

    …sonFile with better performance
    
    Routes was separete for better style and endpoint brewely/file have better response, it was removed,
    was create a function for tranform and parse brewery and use she on diffents places
    vitinhos67 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    42481c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a7d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a84ec48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c49ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdcbc73 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    17e5924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bace0e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a7e7f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    0b81335 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    fadbad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    211bec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7ff47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ea3f8a View commit details
    Browse the repository at this point in the history
  5. feat: added front-end

    vitinhos67 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3bac529 View commit details
    Browse the repository at this point in the history
  6. fix: files not moved

    vitinhos67 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4e2766c View commit details
    Browse the repository at this point in the history
  7. chore: .env pre config

    vitinhos67 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dbce5c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    130f1de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38b99ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0f4644 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    298c1a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a88662 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    329027a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7f8f1c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    acbfbda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91477e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    911d308 View commit details
    Browse the repository at this point in the history