Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 748 Bytes

Demo BusinessLogicalBundle

This is a demo to show how to use the BusinessLogicalBundle.

Please, feel free to explore the code.

Load fixtures

In order to test the different endpoints, you can load some fixtures :bin/console doctrine:fixtures:load

Endpoints

URI Method Description
/users GET Get all users
/users/christmas PUT Run the christmas rule
/users/new_bettor PUT Run the new bettor rule

You can import this file in postman.