refactor db creation & centralize the config.py
1 parent 6410dd6 commit e9a3a18fa40ed4cf29e75442a56e31c045e87bdf
@Yangyang Xie Yangyang Xie authored 11 days ago
Showing 11 changed files
View
ai-hub/app/api/routes.py
View
ai-hub/app/app.py
View
ai-hub/app/config.py 0 → 100644
View
ai-hub/app/db/database.py
View
ai-hub/app/db/session.py 0 → 100644
View
ai-hub/app/db_setup.py 100644 → 0
View
ai-hub/tests/api/test_routes.py
View
ai-hub/tests/app.py 0 → 100644
View
ai-hub/tests/db/test_database.py
View
ai-hub/tests/db/test_session.py 0 → 100644
View
ai-hub/tests/test_app.py