Torma Security Solutions Ltd. is a full-stack web application for home and business security services. It combines a static frontend storefront with a PHP REST API for authentication, product catalog browsing, ordering, reservations, and admin operations.
Get Started
If you are setting up the project for the first time, follow this order:
- Set up your environment
- Import and verify the database
- Run the PHP API
- Serve the frontend
- Run through the manual test checklist
Documentation Map
- Project architecture
- Frontend application
- Backend API
- Database and stored procedures
- Authentication, authorization, and rate limiting
- Testing strategy and checklist
Scope
This documentation reflects the current codebase in Web/, API/, and API/database/torma.sql. Where legacy notes differ from implementation, the database dump and source code are treated as the source of truth.