Skip to content

zVasO/Bilemo

Repository files navigation

Bilemo

Projet 7 of OpenClassrooms

Context

BileMo is a company offering a whole selection of high-end mobile phones.

You are in charge of the development of the BileMo company's mobile phone showcase. BileMo's business model is not to sell its products directly on the website, but to provide all the platforms that want access to the catalog via an API (Application Programming Interface). It is therefore a sale exclusively in B2B (business to business).

You will need to expose a number of APIs for applications on other web platforms to perform operations.

About the api

SymfonyInsight

alt text alt text alt text alt text

Getting started

Install the dependencies

composer install

Create your own database "bilemo" and edit the .env file. Update your database schema

php bin/console doctrine:migrations:migrate

Install the fixtures

php bin/console doctrine:fixtures:load

Importants informations

You can access to the API documentation at /api/doc

About

OpenClassrooms Projet 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published