Skip to content

omarboussarsar/reverse-polish-notation-app

Repository files navigation

Reverse Polish Notation App

Simple Symfony app for evaluating Reverse Polish Notation (RPN) expressions.

Requirements

  • Docker + Docker Compose (recommended)
  • Optional local setup: PHP 8.4+, Composer

Install

make build
make install

Run

make up

App 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 down

Tests

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published