https://github.com/najlae01/crud_framework
This project is a CRUD web application built with PHP and MySQL, using a custom framework developed from scratch. The application provides create, read, update, and delete operations on a MySQL database, with features for error handling and user authentication
https://github.com/najlae01/crud_framework
college-project mvc mysql php
Last synced: 10 days ago
JSON representation
This project is a CRUD web application built with PHP and MySQL, using a custom framework developed from scratch. The application provides create, read, update, and delete operations on a MySQL database, with features for error handling and user authentication
- Host: GitHub
- URL: https://github.com/najlae01/crud_framework
- Owner: najlae01
- Created: 2022-03-17T01:47:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T20:38:31.000Z (over 2 years ago)
- Last Synced: 2025-02-26T22:13:39.722Z (4 months ago)
- Topics: college-project, mvc, mysql, php
- Language: PHP
- Homepage:
- Size: 9.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Framework
Leave a star if you find it useful please :)
## How to run the project
To run the project, you need the following tools on your local machine: Web Server (e.g., Apache), PHP (Interpreter).
The following tutorial shows how to set up Xampp and php : https://www.geeksforgeeks.org/how-to-run-php-programs
Once you started the Apache Web Server and MySQL on XAMPP, open phpmyAdmin the administration tool for Mysql : http://localhost/phpmyadmin/ and create a database named "etudiant".
The database should contain two tables :A table named 'etudiant', that has 5 columns; id_etudiant, nom, prenom, age and cne.
Second table 'users', that has 4 columns; id, username, email, and passwd.
Add the admin row to the users table :

And lastly you need to make sure that the project folder is located under the XAMPP/htdocs folder on your local machine.
Paste the following url in your browser and the project should run : http://localhost/framework_crud/index.php
### *Project architecture* :
## Overview
### *Home page*






### *Adding a student's page (Registering as a member)*
### *Register page*
### *Login page*
## Admin
### *Admin Dashboard*
### *Update a member's page*
