nadamhmudd / Movies-API

Build API in .Net 6 (Core) with JWT Authentication
6 stars 2 forks source link

Hi #1

Open deeepanshu opened 2 years ago

deeepanshu commented 2 years ago

Hi, I am new to C# and just started to learn it. I saw your project and I think its very nicely structured.\ Can you share any resources with me that you are going through?

nadamhmudd commented 2 years ago
  1. first I'm followed clean arch link.
  2. Repository pattern and unit of work :
    1. https://www.youtube.com/watch?v=rtXpYpZdOzM (english)
    2. https://www.youtube.com/playlist?list=PL62tSREI9C-e6nQ47brLj00iSGddiee73 (arabic)
  3. API: https://www.youtube.com/playlist?list=PL62tSREI9C-c_yZ0a7Yui1U22Tv4mBjSF (arabic)
  4. JWT: https://www.youtube.com/playlist?list=PL62tSREI9C-eYNE1Pyw0yv1tETs5V8WGd (arabic)
  5. Refresh token: https://www.youtube.com/playlist?list=PL62tSREI9C-foV0zXVpW_f0JNtTD6Wv2W (arabic)
  6. for auto mapper link (arabic)