Add database and model to the project
1 parent f850ae9 commit 64c193d18f50d9796d69762530660fb72bf6f1c2
@yangyang xie yangyang xie authored 12 days ago
Showing 14 changed files
View
.gitignore
View
KickoffPlan.md
View
README.md
View
ai-hub/app/core/__init__.py 0 → 100644
View
ai-hub/app/db/README.md 0 → 100644
View
ai-hub/app/db/__init__.py 0 → 100644
View
ai-hub/app/db/database.py 0 → 100644
View
ai-hub/app/db/models.py 0 → 100644
View
ai-hub/pyproject.toml 0 → 100644
View
ai-hub/requirements.txt
View
ai-hub/setup.py 0 → 100644
View
ai-hub/tests/db/test_database.py 0 → 100644
View
ai-hub/tests/db/test_models.py 0 → 100644
View
ai-hub/tests/test_main.py