Spaces:
Running
on
Zero
Running
on
Zero
File size: 320 Bytes
ba19a97 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
.
api
__init__.py
app.py
models
__init__.py
user.py
team.py
schemas
__init__.py
user.py
team.py
crud
__init__.py
user.py
team.py
main.py
requirements.txt
.gitignore
frontend
app.py
components
UserList.py
UserProfile.py
TeamList.py
TeamCreate.py
...
tests
test_api.py
test_frontend.py
...
plantuml
sequence.puml
README.md |