Skip to content

CrudOO - Crud Orienté Objet en PHP/MySQL avec administration

Notifications You must be signed in to change notification settings

Silentt1/CrudOO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrudOO

CrudOO - Crud Object Oriented in PHP / MySQL with Administration

Installation:

Choose your working folder and install with git:

git clone https://github.com/WebDevCF2019/CrudOO.git

Create your fork on github and add it to your folder:

git remote add fork YOUR_GITHUB_URL/CrudOO.git

In your console, use composer to install the dependencies:

composer install

In PhpMyAdmin, import the structure of your database (disable foreign key verification!):

datas/CrudOO-structure.sql

In PhpMyAdmin, select the "crudoo" db and then import the data:

datas/CrudOO-datas.sql

Next step:

To login to the admin:

votre login : lulu
votre pwd : lulu

Exercice

About

CrudOO - Crud Orienté Objet en PHP/MySQL avec administration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.4%
  • HTML 31.8%
  • TSQL 16.8%