Made by:
Dor Sharon 204239594 dor442@gmail.com
Or Zipori 302933833 or_zipori@walla.co.il
Haim Rubinstein 203405386 haim6678@gmail.com
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