Initial Commit.

ADD: Get User By Id
ADD: Get Release By Id
This commit is contained in:
Kentai Radiquum 2024-04-16 23:41:52 +05:00
commit 025ef2be93
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 110 additions and 0 deletions

4
backend/requirements.txt Normal file
View file

@ -0,0 +1,4 @@
requests == 2.31.0
fastAPI == 0.110.1
uvicorn[standard]
pre-commit