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

[refactor] Change database to MongoDB #119

Merged
merged 92 commits into from
Mar 3, 2022
Merged

[refactor] Change database to MongoDB #119

merged 92 commits into from
Mar 3, 2022

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    40ffa01 View commit details
    Browse the repository at this point in the history
  2. refactor: add interfaces

    holmir97 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    5e074b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55b082c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9f2a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbbdfda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4858acd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbc9d95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bec3e6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b620d0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86c12e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a816410 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dccdb1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c701fa1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db21ca8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29554a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9f383b3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d1c6f6 View commit details
    Browse the repository at this point in the history
  18. refactor: create book model

    holmir97 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    5bdcbb3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30ca5e0 View commit details
    Browse the repository at this point in the history
  20. refactor: create user model

    holmir97 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    1673c3f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b2ce5f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    937afea View commit details
    Browse the repository at this point in the history
  23. refactor: update db config

    holmir97 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    731b59f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0fd39d7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f7a5ffb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    de207ab View commit details
    Browse the repository at this point in the history
  27. fix: wrong data type

    holmir97 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    217fec4 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #105 from TeamBookTez/refactor/switch-database

    Refactor/switch database from postgreSQL to MongoDB
    holmir97 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    83c34c1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b585f9b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. refactor: testing...

    holmir97 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0841ef7 View commit details
    Browse the repository at this point in the history
  2. refactor: testing...

    holmir97 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ab8108d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1884455 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    288d642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28b5519 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70d3f74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a0a8b6 View commit details
    Browse the repository at this point in the history
  8. refactor: delete review api

    holmir97 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    de66584 View commit details
    Browse the repository at this point in the history
  9. refactor: book detail api

    holmir97 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e9dd2d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    ab83a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cccf0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8df95 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    387296b View commit details
    Browse the repository at this point in the history
  2. refactor: edit auth API

    seohyun-106 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6335316 View commit details
    Browse the repository at this point in the history
  3. refactor: edit review API

    seohyun-106 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    36962b0 View commit details
    Browse the repository at this point in the history
  4. refactor: edit user API

    seohyun-106 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4839eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd6ea38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1c8f4e View commit details
    Browse the repository at this point in the history
  7. refactor: modify id type

    holmir97 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2a62a60 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #116 from TeamBookTez/refactor/modify-api-mongoDB

    [refactor] modify api mongo db
    holmir97 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    adbcda5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5181d3c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #117 from TeamBookTez/refactor/book-review-api

    Refactor/book review api
    holmir97 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a15157d View commit details
    Browse the repository at this point in the history
  11. refactor: change

    geeneve committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c502dc5 View commit details
    Browse the repository at this point in the history
  12. fix: merge conflict resolve

    geeneve committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5674211 View commit details
    Browse the repository at this point in the history
  13. refactor: bug fix

    geeneve committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a5c351f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #118 from TeamBookTez/refactor/mongodb-refactor-do…

    …nggeun
    
    [refactor] change database to MongoDB
    geeneve authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    519ea52 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. refactor: post book api

    holmir97 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    aa8c10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1dce6 View commit details
    Browse the repository at this point in the history
  3. refactor: get book api

    holmir97 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fd878d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9312a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77358f4 View commit details
    Browse the repository at this point in the history
  6. refactor: update modules

    holmir97 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8768c26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3714e7 View commit details
    Browse the repository at this point in the history
  8. refactor: remove import line

    holmir97 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8998266 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    766dc36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b492b4d View commit details
    Browse the repository at this point in the history
  11. refactor: post book api

    holmir97 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    157253a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    86fc75c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    3e1331c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608761a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eeaafa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b2f9e2 View commit details
    Browse the repository at this point in the history
  5. refactor: get review api

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    43eff97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b757034 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25c075f View commit details
    Browse the repository at this point in the history
  8. refactor: patch review api

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    29c96f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fac3a2f View commit details
    Browse the repository at this point in the history
  10. refactor: delete review api

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a7d8a1a View commit details
    Browse the repository at this point in the history
  11. fix: review find query

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1ce170a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c9a4cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ffdebe View commit details
    Browse the repository at this point in the history
  14. fix: snake to camel

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e8d8022 View commit details
    Browse the repository at this point in the history
  15. fix: snake to camel

    holmir97 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    094911d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix: review find query

    holmir97 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5bc7abd View commit details
    Browse the repository at this point in the history
  2. fix: snake to camel

    holmir97 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3ce633c View commit details
    Browse the repository at this point in the history
  3. fix: Modify user find query

    holmir97 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    e4173d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d2a082 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5942873 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8248fc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ab3145 View commit details
    Browse the repository at this point in the history
  8. refactor: Modify find query

    holmir97 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f9c91f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8f1bdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb20f96 View commit details
    Browse the repository at this point in the history