Made by:
Dor Sharon 204239594 [email protected]
Or Zipori 302933833 [email protected]
Haim Rubinstein 203405386 [email protected]
Note: our docker image is already up on the docker hub, so if you don't want to run our tests, you can simply download our docker-compose.yaml file and run docker-compose up
Before running anything, do the following:
- Run
git clone https://github.com/haim6678/WebCourse.git - Run
cd WebCourse
To run our exercise, do the following:
- Run
docker-compose up - Go to localhost:8080, this will open up the calculator client.
To run our tests, do the following:
- Run
npm install - To run the tests, run
npm run test