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

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.

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