Commit Graph

9 Commits

Author SHA1 Message Date
Kirill 2098719c82 feat(model/user.py): User model
User Dataclass with is get all user respons data
2025-10-25 11:23:01 +03:00
Kirill 0e668e1993 feat(utils/token.py): Create JVT token
Added function with is creating jvt tocken for user
2025-10-25 11:21:32 +03:00
Kirill da05ae96d2 fix(controllers/controller.py; model/example.py; utils/InitalizeDB.py): deleted exaple files 2025-10-25 11:19:20 +03:00
Kirill 061b7a86a3 fix(dependencies.txt): JVT tocken libs 2025-10-25 11:18:06 +03:00
Kirill eabc193d8b feat(utils/InitalizeDB.py): PSQL initializing
Add script with is connected to db and initialize it
2025-10-23 23:01:22 +03:00
Kirill 35f18853fc feat(utils/PostgressConnect.py): Postgress connect Functional
Added Functions with connect to postgress db by link from enviroment
2025-10-23 23:00:00 +03:00
Kirill a062d24b24 feat(utils/loadDotEnv.py): Enviroment
Function for download enviroment variables from .env to Enviroment
2025-10-23 22:57:07 +03:00
Kirill a87656274b feat(dependencies.txt): Lib fix
Added libs for working with PSQL and dot-env
2025-10-23 22:55:05 +03:00
Kirill 6896eb959e first commit
Files in folders are test
2025-10-22 22:52:52 +03:00