H0TrainDepot
H0TrainDepot is a simple Python-based project to manage your personal inventory of H0 scale model trains and wagons.
- Store details of locomotives and wagons
- Built with FastAPI and SQLAlchemy
- SQLite for local storage (can be adapted to PostgreSQL)
- Easily extendable for DCC, decoder info, value, condition, etc.
uvicorn main:app --reload