BillyFrcs / StudentManagementSystem

A simple Student Management System Website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Management System

A simple Student Management System CRUD to implement concepts of PHP Data Object (PDO), created with MYSQL Database and Tailwind CSS Framework.

Installation And Setup

Tailwind CSS

Make sure that Node.js has been installed

  • Run npm install in the Command Line
  • Compile the Tailwind CSS via npx npx tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch

PHP & MYSQL

Make sure to activate the PHP Data Object (PDO) extension in php.ini file.

  • Download & Install PHP and MYSQL Database
  • Create a new Database and Table see the Query from here
  • Change the directory to src use cd src in the Command Line
  • Run php -S localhost:1908 to enter the Development Server
  • Open this link http://localhost:1908 in the Browser

About

A simple Student Management System Website.

License:MIT License


Languages

Language:PHP 99.3%Language:JavaScript 0.5%Language:CSS 0.2%