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.
- Host: GitHub
- URL: https://github.com/billyfrcs/studentmanagementsystem
- Owner: BillyFrcs
- License: mit
- Created: 2023-02-21T11:20:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T11:27:07.000Z (about 2 years ago)
- Last Synced: 2025-01-09T22:17:43.569Z (4 months ago)
- Topics: management-system, mysql, mysql-database, pdo, pdo-mysql, pdo-php, php, system, tailwindcss, website
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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