Know My Status is QR-Enabled Teacher Status Monitoring System
- Sharable QR: Share your QR and update on KMS portal for real-time update.
- Real Time Updation: Add your preference time.
- Custom Status - Feature: Apart from available options, there is Custom Status to update and reflect.
- Self-hosted, open-source: Host it yourself and hack on it
Here's what you need to be able to run KMS:
- PHP
- PostgreSQL Database / MYSQL
- webHOST server - 000
- Resend - For Sending Mail (Soon)
git clone
cd KnowMyStatus-KMS
Open your MySQL dashboard.
CREATE TABLE `user_form` (
`id` int(255) NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`user_type` varchar(255) NOT NULL DEFAULT 'user',
`updatestatus` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
using Apache and SQL