Giter Site home page Giter Site logo

carre5_2022's Introduction

Projet Carre5

  • Pas de budget hébergement : il va avoir son appli en localhost

Interface

  • Bootstrap partout

  • Page d'accueil admin : CRUD => Create, Read, Update, Delete

    • C : formulaire d'ajout de produits avec upload d'images (l'upload d'images - en 2e)
    • R : Sur la page admin pour la liste globale (pas de pagination), page individuelle pour les produits - elle aura un bouton(pour l'édition + pour la suppression)
    • U : Une page formulaire similaire à l'ajout mais qui servira pour l'upload - petit bouton delete sur la page d'édition
    • D : Un bouton depuis la liste admin

Fonctionnalités ?

  • PHP/MySQL : ???
  • Il faudra déterminer notre schéma de données.

MLD

user
id (int) PRIMARY_KEY AUTO_INCREMENT
username (varchar 255) NOT_NULL
password (varchar 512) NOT_NULL

product
product_id (int) PRIMARY_KEY AUTO_INCREMENT
name (varchar 255) NOT_NULL
description (text)
price (float) NOT_NULL
image (varchar 512)
dlc (date)
category_id (?????)

Paradigme utilisé

  • Procédural pur
  • Alternative (fonctionnel)
  • connexion en PDO

Comment utiliser ce repository

  • Cloner le repository
  • Créer une base de données contenant une table user et une table product selon le schéma MLD ci-dessus
  • Créer un fichier dev.env.php dans le dossier app/includes/ contenant les constantes DATABASE, SERVER, USER,PASSWORD relatives à votre SGBD.

carre5_2022's People

Contributors

negialba 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.