FastAPI Layered Architecture
Stars
346
Forks
31
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
24
commits
Bot
5
Merge pull request #6 from teamhide/dependabot/pip/mako-1.2.2
231d8c8
Merge branch 'master' into dependabot/pip/mako-1.2.2
b964692
Merge pull request #5 from teamhide/dependabot/pip/pyjwt-2.4.0
f83d2f2
Bump mako from 1.2.0 to 1.2.2
50505cf
Fix typing related NoReturn
5298d6a
Fix get_users()
59757af
Fix type hinting for session
911933b
Replace SQLAlchemyMiddleware inherit BaseHTTPMiddleware to Raw ASGI Middleware
54f4b01
Move session remove to middleware
e7f1fc6
Fix UserCommandService return data
d91525a
Bump pyjwt from 2.3.0 to 2.4.0
03adf9a
Fix pythondi version to 1.2.3
ab1af0b
Make User create() method to classmethod
a0e912d
Replace Field to UserSchema
e79d175
Apply Async SQLAlchemy
a0ab44a