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

feature/user_signup_6 #9

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

Commits on Nov 1, 2023

  1. add bcrypt lib

    lohit97 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    53167d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e4e49 View commit details
    Browse the repository at this point in the history
  3. add DB Connection, log panic

    lohit97 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    05c1a27 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    b0de375 View commit details
    Browse the repository at this point in the history
  2. fix imports

    lohit97 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7eda99c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fc874f View commit details
    Browse the repository at this point in the history
  4. add status created

    lohit97 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3548b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    cfc75ba View commit details
    Browse the repository at this point in the history
  2. return user when created

    lohit97 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1056904 View commit details
    Browse the repository at this point in the history
  3. fix routes and tests

    lohit97 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    808d926 View commit details
    Browse the repository at this point in the history
  4. reduce code redundancy

    lohit97 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    1e19768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c879dd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b8c655 View commit details
    Browse the repository at this point in the history
  7. add packages for testing

    lohit97 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    91524b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd209b8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from lohit97/feature/user_signup

    Feature/user signup
    lohit97 authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3d9d458 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. use go fmt

    lohit97 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0460aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5c720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c17bd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. resolve conflicts

    lohit97 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a53fcaa View commit details
    Browse the repository at this point in the history
  2. fix bad json test

    lohit97 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0903309 View commit details
    Browse the repository at this point in the history
  3. fix bad json test

    lohit97 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    314c0ef View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. add test for user controller

    lohit97 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d1bb831 View commit details
    Browse the repository at this point in the history
  2. add test to fix coverage

    lohit97 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    08c7e4a View commit details
    Browse the repository at this point in the history
  3. add test to fix coverage

    lohit97 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ee95f36 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    lohit97 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2ef4dbe View commit details
    Browse the repository at this point in the history