Emmanuel Frimpong Asante
commited on
Commit
·
4a66159
1
Parent(s):
910c42f
"Update"
Browse filesSigned-off-by: Emmanuel Frimpong Asante <[email protected]>
- auth/auth_controller.py +0 -0
- auth/auth_routes.py +0 -0
- auth/schemas/user_schema.py +0 -0
- config/db.py +0 -0
- config/settings.py +0 -0
- controllers/data_logging.py +0 -0
- controllers/health_management.py +0 -0
- controllers/inventory.py +0 -0
- controllers/usage_tracking.py +0 -0
- data/logs/daily_logs.py +0 -0
- data/logs/user_usage.py +0 -0
- models/schemas/health_schema.py +0 -0
- models/schemas/inventory_schema.py +0 -0
- models/schemas/log_schema.py +0 -0
- models/schemas/usage_schema.py +0 -0
- routes/api.py +0 -0
- routes/data_logging_routes.py +0 -0
- routes/health_routes.py +0 -0
- routes/inventory_routes.py +0 -0
- routes/usage_routes.py +0 -0
- services/disease_detection.py +0 -0
- services/inventory_manager.py +0 -0
- services/report_generator.py +0 -0
- services/usage_tracker.py +0 -0
- static/assets/css/style.css +0 -0
- static/assets/js/app.js +0 -0
- templates/dashboard.html +0 -0
- templates/login.html +0 -0
- templates/register.html +0 -0
- templates/usage_report.html +0 -0
auth/auth_controller.py
ADDED
File without changes
|
auth/auth_routes.py
ADDED
File without changes
|
auth/schemas/user_schema.py
ADDED
File without changes
|
config/db.py
ADDED
File without changes
|
config/settings.py
ADDED
File without changes
|
controllers/data_logging.py
ADDED
File without changes
|
controllers/health_management.py
ADDED
File without changes
|
controllers/inventory.py
ADDED
File without changes
|
controllers/usage_tracking.py
ADDED
File without changes
|
data/logs/daily_logs.py
ADDED
File without changes
|
data/logs/user_usage.py
ADDED
File without changes
|
models/schemas/health_schema.py
ADDED
File without changes
|
models/schemas/inventory_schema.py
ADDED
File without changes
|
models/schemas/log_schema.py
ADDED
File without changes
|
models/schemas/usage_schema.py
ADDED
File without changes
|
routes/api.py
ADDED
File without changes
|
routes/data_logging_routes.py
ADDED
File without changes
|
routes/health_routes.py
ADDED
File without changes
|
routes/inventory_routes.py
ADDED
File without changes
|
routes/usage_routes.py
ADDED
File without changes
|
services/disease_detection.py
ADDED
File without changes
|
services/inventory_manager.py
ADDED
File without changes
|
services/report_generator.py
ADDED
File without changes
|
services/usage_tracker.py
ADDED
File without changes
|
static/assets/css/style.css
ADDED
File without changes
|
static/assets/js/app.js
ADDED
File without changes
|
templates/dashboard.html
ADDED
File without changes
|
templates/login.html
ADDED
File without changes
|
templates/register.html
ADDED
File without changes
|
templates/usage_report.html
ADDED
File without changes
|