https://github.com/ericfreeman/node-docker-calculator
https://github.com/ericfreeman/node-docker-calculator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericfreeman/node-docker-calculator
- Owner: EricFreeman
- Created: 2017-07-12T18:35:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T04:10:52.000Z (almost 9 years ago)
- Last Synced: 2025-12-28T23:57:17.861Z (6 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-docker-calculator
Sample project to demonstrate a NodeJS/Express calculator API running in a docker container deployed through AWS Elastic Beanstalk's CLI.
The API has multiple endpoints:
| Name | Example |
| --------------------- |:--------------------------------------------------------------------------:|
| Add | http://node-docker-calculator.us-west-2.elasticbeanstalk.com/add/10/5 |
| Subtract | http://node-docker-calculator.us-west-2.elasticbeanstalk.com/subtract/10/5 |
| Multiply | http://node-docker-calculator.us-west-2.elasticbeanstalk.com/multiply/10/5 |
| Divide | http://node-docker-calculator.us-west-2.elasticbeanstalk.com/divide/10/5 |