Skip to content
Kweon Minjae edited this page Apr 15, 2024 · 1 revision

Welcome to the kubook-backend wiki!

C:. | .coveragerc | .gitignore | Dockerfile | LICENSE | logging.conf | memo.md | README.md | +---.vscode | settings.json | +---requirements | base.txt | dev.txt | prod.txt | +---sql | create_tables.sql | +---src | | config.py | | database.py | | dependencies.py | | logging_config.py | | main.py | | models.py | | utils.py | | init.py | | | +---admin | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---auth | | firebase_auth.py | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---books | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---book_requests | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---loans | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---notifications | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---reservations | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---reviews | | router.py | | schemas.py | | service.py | | utils.py | | init.py | | | +---tests | | test_router.py | | | ---users | router.py | schemas.py | service.py | utils.py | init.py | ---tests | conftest.py | +---data | sample_data.json | +---integration | test_users.py | ---unit test_auth.py test_books.py

Clone this wiki locally