Code Monkey home page Code Monkey logo

php-filrouge's Introduction


                          Version Française

Système de Gestion des informations d'enseignants

Bienvenue dans le dépôt de mon projet scolaire, où j'ai développé un Système de Gestion des Enseignants comme exercice d'apprentissage basé sur un projet pour maîtriser les opérations CRUD en PHP. Cette application permet de créer, lire, mettre à jour et supprimer des informations sur les enseignants, offrant une approche pratique pour apprendre PHP et la gestion de base de données.

📖 Description du Projet

Ce projet est une application web conçue pour gérer efficacement les informations des enseignants. Les utilisateurs peuvent se connecter, ajouter de nouveaux enseignants, voir leurs détails, mettre à jour leurs informations ou les supprimer de la base de données. Les droits et fonctionnalités dépend du statut de l'utilisateur (simple utilisateur ou administrateur). Il sert d'outil pratique pour comprendre les fondamentaux de PHP et MySQL.

Fonctionnalités

Créer des dossiers d'enseignants : Ajouter de nouveaux détails d'enseignants dans la base de données.
Lire les informations des enseignants : Voir les détails des enseignants existants.
Mettre à jour les dossiers d'enseignants : Modifier les informations des enseignants.
Supprimer des dossiers d'enseignants : Retirer des enseignants de la base de données.
Se connecter à sa session : avoir des droits spécifiques pour les administrateurs

🛠 Prise en Main

Pour démarrer ce projet et l'exécuter localement sur votre machine, suivez ces étapes :

  1. Clonez ce dépôt sur votre machine locale.
  2. Assurez-vous d'avoir PHP et MySQL installés.
  3. Créez une nouvelle base de données dans phpMyAdmin, nommez là db_nickname et importez le fichier SQL fourni pour configurer les tables nécessaires.
  4. Modifiez les paramètres de connexion à la base de données dans les fichiers PHP pour correspondre à votre environnement.
  5. Démarrez votre serveur local avec la commande php -S localhost:3000 et naviguez vers le répertoire du projet pour accéder à l'application.

                          English Version

Teacher Information Management System

Welcome to the repository of my school project, where I developed a Teacher Information Management System as a project-based learning exercise to master CRUD operations in PHP. This application allows creating, reading, updating, and deleting teacher information, offering a practical approach to learning PHP and database management.

📘 Project Description

This project is a web application designed to efficiently manage teachers informations. Users can log in, add new teachers, view their details, update their information, or delete them from the database. Rights and functionalities depend on the user's status (regular user or administrator). It serves as a practical tool for understanding the fundamentals of PHP and MySQL.

Features

Create Teacher Records: Add new teacher details to the database.
Read Teacher Information: View the details of existing teachers.
Update Teacher Records: Modify the information of teachers.
Delete Teacher Records: Remove teachers from the database.
Log in to Session: Have specific rights for administrators.

🛠 Getting Started

To start this project and run it locally on your machine, follow these steps:

  1. Clone this repository to your local machine.
  2. Ensure you have PHP and MySQL installed.
  3. Create a new database in phpMyAdmin, name it db_nickname, and import the provided SQL file to set up the necessary tables.
  4. Modify the database connection settings in the PHP files to match your environment.
  5. Start your local server with the command php -S localhost:3000 and navigate to the project directory to access the application.

php-filrouge's People

Contributors

fatemzh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.