Commit Graph
8 Commits
Author SHA1 Message Date
IgorVolochay 99867cef80 feat: creating FastAPI routes for working with cards
Added 3 routes:
- add_card (add a card via POST request with AddCardBody scheme)
- get_card (get a specific card by card_id)
- get_random_cards (get 10 random cards)
2025-02-25 19:11:35 +03:00
IgorVolochay 839476b9dc fix: reworked cards indexing system 2025-02-25 17:59:44 +03:00
IgorVolochay c20f423057 fix: default ObjectId generator 2025-02-25 14:42:59 +03:00
IgorVolochay 20c81dbd58 feat: create card schema 2025-02-24 17:50:28 +03:00
IgorVolochay 834df9a283 Update main users routs 2025-02-19 16:21:06 +03:00
IgorVolochay a1585bd5a0 Rework add_user rout 2025-02-17 14:54:10 +03:00
IgorVolochay 8c4b061e6a Create add_user rout
And fix some bullshit x2
2025-02-17 14:26:47 +03:00
IgorVolochay 51cc2eb2b2 Create add_user rout
And fix some bullshit
2025-02-17 14:22:49 +03:00