You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple grpc server that uses clean architecture.
The server has a simple user service and CRUD functionality for todos.
For data storage, the server has the ability to use both MongoDB and postgres, as well as having a memory cache.