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

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

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.