mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
15 lines
809 B
Markdown
15 lines
809 B
Markdown
# Technical Documentation
|
|
|
|
This directory contains technical documentation for MeshView that goes beyond initial setup and basic usage.
|
|
|
|
These documents are intended for developers, contributors, and advanced users who need deeper insight into the system's architecture, database migrations, API endpoints, and internal workings.
|
|
|
|
## Contents
|
|
|
|
- [ALEMBIC_SETUP.md](ALEMBIC_SETUP.md) - Database migration setup and management
|
|
- [TIMESTAMP_MIGRATION.md](TIMESTAMP_MIGRATION.md) - Details on timestamp schema changes
|
|
- [API_Documentation.md](API_Documentation.md) - REST API endpoints and usage
|
|
- [CODE_IMPROVEMENTS.md](CODE_IMPROVEMENTS.md) - Suggested code improvements and refactoring ideas
|
|
|
|
For initial setup and basic usage instructions, please see the main [README.md](../README.md) in the root directory.
|