https://github.com/belynnn/i3n_dbed_php__crud
Creation of a CRUD in PHP, including a Front-End, Back-End and Database part via a "Data Oriented Back-End Developer" training course thanks to the ASBL Interface3.Namur and the trainer Philippe Stons from the Cognitic/Bstorm training centre.
https://github.com/belynnn/i3n_dbed_php__crud
crud-application mysql php sql training will-not-be-finished
Last synced: 7 months ago
JSON representation
Creation of a CRUD in PHP, including a Front-End, Back-End and Database part via a "Data Oriented Back-End Developer" training course thanks to the ASBL Interface3.Namur and the trainer Philippe Stons from the Cognitic/Bstorm training centre.
- Host: GitHub
- URL: https://github.com/belynnn/i3n_dbed_php__crud
- Owner: belynnn
- Created: 2021-07-30T19:14:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T19:32:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-19T02:53:51.939Z (over 1 year ago)
- Topics: crud-application, mysql, php, sql, training, will-not-be-finished
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Project-I3N-PHP
Création d'un CRUD en PHP, reprenant une partie Front-End, Back-End, Database via une formation "Développeur.euse Back-End Orienté Data" grâce à l'ASBL Interface3.Namur et le formateur Philippe Stons du centre de formation Cognitic.be.
# Comment installer le projet sur votre ordinateur
## Installez Xampp pour utiliser phpMyAdmin et MySQL :
>> https://www.apachefriends.org/fr/index.html
Une fois Xampp installé, veuillez lancer :
>> XAMPP Control Panel
Ensuite, cliquez sur Start pour Apache et MySQL
Rendez-vous sur votre navigateur et entrer :
>> localhost/phpmyadmin
Cliquez sur :
>> "Nouvelle base de données"
Donnez un le nom :
>> "banque2" à votre base de donnée
Sélectionnez :
>> utf8_general_ci OU utf8mb4_general_ci
Cliquez sur votre nouvelle base de donnée :
>> "banque2" dans votre menu à gauche de votre écran
Cliquez sur :
>> "Importer" dans le menu se trouvant en haut de la page de phpMyAdmin
Cliquez sur :
>> "Parcourir"
Sélectionnez le fichier :
>> banque2.sql
Cliquez sur :
"Exécuter" tout en bas à droite du site phpMyAdmin