Make an application to prevent waiting time in stores.
That's the API project who manage the database and send data to the application.
Download project : git clone https://github.com/sckraa/Affluence.git
Place it in your repertory www/ of your Apache stack.
Install project : composer install
Update project : composer update
Add your database connection information in the .env file.
Create database: php bin/console doctrine:database:create
Structure database: php bin/console doctrine:migrations:migrate
You can now use the API :)
! The requests documentation is in French !
On this page you can find the application connect with this API : https://github.com/sckraa/Affluence-Front