Skip to content

API REST built with Symfony 3 for a mobile phone e-commerce

Notifications You must be signed in to change notification settings

natinho68/BileMo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BileMo SensioLabsInsight

This web app works with Symfony v3.3.9 and uses Twig v2.0 (Required php 7.0).

I built this project as part of my php learning with OpenClassRooms.

The goal of this project was to create a products provider with API REST for a mobile phone e-commerce.

Getting Started

Prerequisites

  • Local server environment or live server
  • PHP v7.0
  • MySQL v5.0 or higher

Installing

  • Clone or download the repository and put files into your environment

  • Install all the project dependencies with composer install

  • Modify the database parameters if you need to in app/config/parameters.yml

parameters:
    database_host: your_host
    database_port: your_port
    database_name: your_database_name
    database_user: your_database_username
    database_password: your_database_password
  • Install the database structure and datas with php bin/console app:load-datas

  • You can access the API documentation at: yourdomain.domain/doc

  • Enjoy

Built With

Authors

Nathan MEYER

See also ismail1432 on whom I can rely on a lot on this project.

About

API REST built with Symfony 3 for a mobile phone e-commerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published