Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pashamakhilkumarreddy/zipcode-distance-calculator
https://github.com/pashamakhilkumarreddy/zipcode-distance-calculator
dockerfile express harness javascript kubernetes microservices nodejs
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pashamakhilkumarreddy/zipcode-distance-calculator
- Owner: pashamakhilkumarreddy
- License: mit
- Created: 2021-04-30T15:17:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T18:56:11.000Z (over 1 year ago)
- Last Synced: 2024-12-28T01:29:25.453Z (about 1 month ago)
- Topics: dockerfile, express, harness, javascript, kubernetes, microservices, nodejs
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Microservice Harness
### To run the application in local
- `npm run dev`### To run the application in watch mode (using nodemon)
- `npm run start`### To run the application using docker
- `docker build -t node-app .`
- `docker run -dit -p 127.0.0.1:5000:5000 node-app --env-file .env`