https://github.com/fabdoc27/student-management-system
A simple PHP-based CRUD application for managing student records using file storage
https://github.com/fabdoc27/student-management-system
php picocss
Last synced: about 1 year ago
JSON representation
A simple PHP-based CRUD application for managing student records using file storage
- Host: GitHub
- URL: https://github.com/fabdoc27/student-management-system
- Owner: Fabdoc27
- Created: 2024-07-27T23:32:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T18:15:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T19:23:15.902Z (over 1 year ago)
- Topics: php, picocss
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Management System
A simple PHP-based CRUD application for managing student records using file storage.
## Getting Started
1. **Clone the repository:**
```shell
git clone git@github.com:Fabdoc27/Student-Management-System.git
cd Student-Management-System
```
2. **Start the PHP built-in server:**
```shell
php -S localhost:8080
```
3. **Access the application:**
Open your web browser and navigate to [http://localhost:8080](http://localhost:8080).
That's it! You can now start adding, editing, and deleting student records.