Please, feel free to visit the full documentation.
If you're wondering to deploy the ABRouter locally, please see the README of main ABRouter repository.
ABRouter API is based on Laravel, used Redis, MySQL.
Responsible for the all features of ABRouter: experiments, feature flags, statistics.
Responsible for user authorization: login, auth, jwt handling.
Code to re-use in the other packages.
To run tests use the following command:
make test-run
This command will switch the database and run tests in the container with the same host.
Feel free to contibute.