An open API service indexing awesome lists of open source software.

https://github.com/billyfrcs/studentmanagementsystem

A simple Student Management System Website.
https://github.com/billyfrcs/studentmanagementsystem

management-system mysql mysql-database pdo pdo-mysql pdo-php php system tailwindcss website

Last synced: 2 months ago
JSON representation

A simple Student Management System Website.

Awesome Lists containing this project

README

        

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](https://nodejs.org) 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](https://www.php.net/) and [MYSQL](https://www.mysql.com/) Database
- Create a new Database and Table see the Query from [here](https://github.com/BillyFrcs/CRUDPDO/tree/dev/src/sql)
- 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