Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`