This website requires JavaScript.
Explore
Help
Sign In
admin
/
NetMapper2026
Watch
1
Star
0
Fork
0
You've already forked NetMapper2026
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5c09359ee83cf1430509627dcf7a4bb7c465d72d
NetMapper2026
/
backend
/
app
T
History
admin
5c09359ee8
CI / basic-check (push)
Has been cancelled
Details
feat(db): wire inventory router to SQLAlchemy session via Depends(get_db)
2026-08-06 16:02:05 +00:00
..
routers
feat(db): wire inventory router to SQLAlchemy session via Depends(get_db)
2026-08-06 16:02:05 +00:00
routes
Fix demo login credentials and form encoding
2026-08-04 20:27:26 +00:00
services
Add inventory relations model and API structure
2026-08-04 19:20:19 +00:00
auth.py
fix(auth): restore auth.py as valid Python (
closes
#2
)
2026-08-06 15:01:56 +00:00
database.py
feat(db): add SQLite database engine and session management
2026-08-06 15:52:16 +00:00
main.py
feat(db): register all routers and init SQLite DB on startup
2026-08-06 15:52:50 +00:00
models.py
feat(db): add SQLAlchemy ORM models for all entities
2026-08-06 15:52:36 +00:00
schemas.py
Add inventory relations model and API structure
2026-08-04 19:20:19 +00:00