We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4badcf5 commit a43a067Copy full SHA for a43a067
README.md
@@ -0,0 +1,6 @@
1
+# tutorial-api
2
+Simple NodeJS API for some tutorials
3
+
4
+- `npm i`
5
+- `node server` or
6
+- build via docker: `docker build -t tutorial-api . && docker run -p 1337:3000 -d tutorial-api`
0 commit comments