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] Setting up and logging in directory structure and implementing subscription logic #1

Closed
2 tasks
L-U-Ready opened this issue Nov 2, 2024 · 0 comments · Fixed by #2
Closed
2 tasks
Assignees

Comments

@L-U-Ready
Copy link
Contributor

✨ 이슈 내용

로그인, 회원가입 로직 구현하면서 환경 세팅 해놓겠습니다.

💡 작업 내용

  • 환경 세팅
  • 로그인, 회원가입 로직 구현

📌 참고 사항

src
└── main
    ├── java
    │   └── com
    │       └── example
    │           └── learnMate
    │               ├── config          
    │               ├── controller
    │               ├── common
    │               ├── service         
    │               ├── repository      
    │               ├── model          
    │               │   ├── entity      
    │               │   └── dto         
    │               ├── exception       
    │               ├── util            
    │               └── security        
    │
    └── resources               
        └── application.yml     
@L-U-Ready L-U-Ready self-assigned this Nov 2, 2024
L-U-Ready added a commit that referenced this issue Nov 2, 2024
…p logic

Log-in and membership registration logic using JWT was implemented.

Related: #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant