Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 550 Bytes

README.MD

File metadata and controls

27 lines (19 loc) · 550 Bytes

Calculator APP

Installation

To install Calculator App, follow these steps:

Clone the repository:

git clone https://github.com/lute92/calculator-app.git

Navigate to the project directory:

cd calculator_app

Install dependencies:

npm install

Running Unit Tests

npm run test

Running the app:

- npm run start
- open the User Interface to use the app at http://localhost:12000

Deployment

Go to the deployment directory:

cd deployment

Run docker-compose command

docker-compose up -d