Skip to content
/ bilemo Public

OpenClassrooms - Projet 7 du parcours Développeur d'Applications PHP / Symfony

Notifications You must be signed in to change notification settings

Casrime/bilemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymfonyInsight

Bilemo

Requirements

Installation

You need to install :

Install the project :

$ make install

Generate SSH Keys :

$ make generate-ssh-keys

Generate Token :

$ make generate-token

You should have a response like this from the CLI :

{
   "token" : "yourtoken"
}

Now, use this token to authenticate yourself in the API.

Usage

Boot containers :

$ make dc-up

To interact with the PHP container :

$ make dc-exec

Create database, run migrations and load fixtures :

$ make db-reset

Tests

Execute this command to run tests:

$ make tests

Reset tests

$ make tests-reset

Diagrams

Link

About

OpenClassrooms - Projet 7 du parcours Développeur d'Applications PHP / Symfony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published