-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md for 1.hello-world. Update README.md for 1.hello-world to reflect latest version. * Changing samples 1 and 2 to share the same sample apps.
- Loading branch information
1 parent
e269677
commit 6656056
Showing
14 changed files
with
96 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
POST http://localhost:3500/v1.0/invoke/mynode/method/neworder | ||
POST http://localhost:3500/v1.0/invoke/nodeapp/method/neworder | ||
|
||
{ "data": {"orderId":"42"} } | ||
|
||
### | ||
|
||
GET http://localhost:3500/v1.0/invoke/mynode/method/order | ||
GET http://localhost:3500/v1.0/invoke/nodeapp/method/order |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
node_modules | ||
.dockerfiles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM node:8-alpine | ||
WORKDIR /usr/src/app | ||
COPY . . | ||
WORKDIR /app | ||
COPY .dockerfiles . | ||
RUN npm install | ||
EXPOSE 3000 | ||
CMD [ "node", "app.js" ] | ||
CMD [ "node", "app.js" ] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.