Simple Symfony app for evaluating Reverse Polish Notation (RPN) expressions.
- Docker + Docker Compose (recommended)
- Optional local setup: PHP 8.4+, Composer
make build
make installmake upApp is served at http://localhost:8080.
Enter a Reverse Polish Notation expression on / and submit to evaluate without a page refresh.
To stop containers:
make downmake test