Bedir Tuğra Karaabalı bdrtr · he/him
bdrtr pushed to bedir at manhan/backend 2025-05-08 21:44:33 +02:00
7c35097c88 items-models-import-error
bdrtr pushed to main at manhan/backend 2025-05-08 20:31:54 +02:00
cf8cdb2db0 Merge pull request 'items-models-import-error' (#16) from bedir into main
7854eec2f7 items-models-import-error
Compare 2 commits »
bdrtr merged pull request manhan/backend#16 2025-05-08 20:31:52 +02:00
items-models-import-error
bdrtr pushed to bedir at manhan/backend 2025-05-08 19:11:39 +02:00
7854eec2f7 items-models-import-error
d3f3b01dbf README.md Güncelle
Compare 2 commits »
bdrtr created pull request manhan/backend#16 2025-05-08 19:10:07 +02:00
items-models-import-error
bdrtr created branch bedir in manhan/backend 2025-05-08 19:00:30 +02:00
bdrtr pushed to bedir at manhan/backend 2025-05-08 19:00:30 +02:00
7c35097c88 items-models-import-error
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-08 16:42:22 +02:00
2d65228ffe Deploy to GitHub pages
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-08 08:32:22 +02:00
6c1061bbdc Deploy to GitHub pages
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-08 00:22:22 +02:00
e1fe7598ca Deploy to GitHub pages
bdrtr commented on issue manhan/backend#6 2025-05-07 19:18:13 +02:00
Item create (text) API

`class Items(Base): tablename = "items_table"

item_id = Column(Integer, primary_key=True, index=True)
user_id = Column(Integer, ForeignKey("users_table.user_id"), nullable=Fals…
bdrtr pushed to main at manhan/backend 2025-05-07 19:16:27 +02:00
d3f3b01dbf README.md Güncelle
bdrtr pushed to main at manhan/backend 2025-05-07 19:15:58 +02:00
938f950646 generated _collections class
bdrtr pushed to main at manhan/backend 2025-05-07 17:33:43 +02:00
842c127817 user process
bdrtr synced commits to main at bdrtr/.profile from mirror 2025-05-07 16:12:22 +02:00
3175ca8ad3 Update README.md
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-07 16:12:22 +02:00
9f44a2cc80 Deploy to GitHub pages
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-07 08:02:22 +02:00
17160bb9e8 Deploy to GitHub pages
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-06 23:52:21 +02:00
5d76092448 Deploy to GitHub pages
bdrtr synced commits to output at bdrtr/.profile from mirror 2025-05-06 15:42:23 +02:00
8c4d8b72dc Deploy to GitHub pages
bdrtr pushed to main at manhan/backend 2025-05-06 13:06:26 +02:00
36da53a562 base model