Skip to content

akhilthirunalveli/KnowMyStatus-KMS

Repository files navigation

KMS - Know My Status

QR-Enabled Teacher Status Monitoring System


Know My Status is QR-Enabled Teacher Status Monitoring System

Features

  • 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

Intro

KMS Welcome GIF

Demo

KMS Welcome GIF

Getting Started

Prerequisites

Here's what you need to be able to run KMS:

  • PHP
  • PostgreSQL Database / MYSQL
  • webHOST server - 000
  • Resend - For Sending Mail (Soon)

1. Clone the repository

git clone
cd KnowMyStatus-KMS

2. Initialize the database

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;

3. Run the server

using Apache and SQL 

4. Open the app in your browser

Thank you so much.