Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ To showcase extended capabilities:
## 📚 Documentation

- [Detailed Architecture](./docs/architecture.md)
- [Frontend Documentation](./docs/frontend.md)
- [SQLite Integration](./docs/sqlite-integration.md)
- [Complete Demo Script](./docs/demo-script.md)

Expand Down
5 changes: 5 additions & 0 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ The system is a modern supply chain management application built using TypeScrip
- React 18+ with TypeScript
- Vite build tool for fast development
- Tailwind CSS for UI styling
- React Query for server state management
- React Router v7 for client-side routing
- Context API for global state (authentication, theme)

See the dedicated frontend guide: `docs/frontend.md`

### DevOps Integration
- Docker/Docker Compose for containerization
Expand Down
Loading