Built on the Slim framework, bref and deployed to AWS Lambda
requires
Docker , AWS CLI , AWS-SAM
To run the application in development, you can run these commands from the root directory
composer start
Or you can use docker-compose
to run the app with docker
, so you can run these commands:
docker-compose up -d
After that, open http://localhost:8080
in your browser.
Run this command in the application directory to run the test suite
composer test
That's it for now!