proiect finalizat

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 12:59:19 +02:00
parent 54542da299
commit 67b7a241d7
53 changed files with 321 additions and 19 deletions
+7
View File
@@ -1,3 +1,10 @@
from .user import User
from .message import Message
from .login import Login
'''
The 'models' package contains the schematics for the API body structures. In more detail:
- 'Login' model is used for the auth/login endpoint
- 'User' model is used for the auto/signup and users endpoints
- 'Message' model is used for the messages/send endpoint
'''