- Use Refit as HttpClient to interact with other APIs
- Alternative to GUID
- Performance issue are more, if used GUID in database as primary key.
- UUID can be sortable.
- use Refit.Openai to connect to OpenAI GPT model
- Perform Image Generation and Text embedding
- User Registration with password.
- create hash Store the hashed password hash in DB (InMemory DB)
- Test the Login User with logged in user password and hashed value from DB