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

fix: Sign in and sign up backend #13

Closed
wants to merge 20 commits into from

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    139c7d5 View commit details
    Browse the repository at this point in the history
  2. chore: Start script

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    98d398c View commit details
    Browse the repository at this point in the history
  3. feat: Setup express app

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4e9a548 View commit details
    Browse the repository at this point in the history
  4. feat: Setup mongoose

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4be1d1c View commit details
    Browse the repository at this point in the history
  5. chore: Add nodemon

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8e2eddc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df3386c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f391227 View commit details
    Browse the repository at this point in the history
  8. docs: Backend

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    701d0d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c737936 View commit details
    Browse the repository at this point in the history
  10. feat: Verify jwt middleware

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    53e6160 View commit details
    Browse the repository at this point in the history
  11. feat: User model

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e2607b5 View commit details
    Browse the repository at this point in the history
  12. feat: No match router

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    6d076c2 View commit details
    Browse the repository at this point in the history
  13. chore: Install bcrypt

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    55f4f70 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    379c3c8 View commit details
    Browse the repository at this point in the history
  15. chore: Install jsonwebtoken

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9de2fde View commit details
    Browse the repository at this point in the history
  16. feat: Sign in

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cf7e7f4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    385726c View commit details
    Browse the repository at this point in the history
  18. feat: Get user data

    kennarddh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    72614e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. feat: Validate sign up

    kennarddh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b3dcdcd View commit details
    Browse the repository at this point in the history
  2. feat: Validate sign in

    kennarddh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8e6f31d View commit details
    Browse the repository at this point in the history