temp commit, not functioning

This commit is contained in:
2023-04-20 23:18:31 +08:00
parent 7fc284c2c0
commit 7be9dd3e89
47 changed files with 785 additions and 18 deletions

7
src/users/README.md Normal file
View File

@@ -0,0 +1,7 @@
# User Module
User module use Repository class to handle the 'database' representation.
The Respository class uses a map object (in-memory) as a database. It is not persistence storage.
I am trying to apply the Repository pattern concept here and abstract the data layer out of the business logic.