UlrichHP / p7_bilemo_app

OpenClassrooms Project 7 DA - PHP / Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projet 7 - Créez un site e-commerce exposant une API

Cette application est utilisée pour tester l'API BileMo.

Vous pouvez vous inscrire, vous connecter et voir les produits de l'API.

J'utilise la méthode d'autorisation par mot de passe pour me connecter à l'API.

This application is used to test the BileMo API.

You can register, login and view products of this API.

I use the password authorization grant to access the API.

Installation

Clonez le repository GitHub et tapez les commandes suivantes :

  • composer install
  • Entrez vos identifiants de connexion à la base de données dans app/config/parameters.yml
  • Entrez votre client_id et client_secret obtenus après la création du client dans le fichier app/config/parameters.yml.

Clone the GitHub repository and execute the following commands :

  • composer install
  • Enter your database settings in app/config/parameters.yml
  • Enter your client_id and client_secret you get from BileMo after creating a client in app/config/parameters.yml.

About

OpenClassrooms Project 7 DA - PHP / Symfony

License:MIT License


Languages

Language:PHP 71.3%Language:HTML 28.7%