We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678453d commit d997426Copy full SHA for d997426
README.md
@@ -0,0 +1,11 @@
1
+#face-detection-backend
2
+Deploy backend server for face detection Node.js (Express.js) App with Docker
3
+
4
+#With Docker Compose
5
6
+To start the application
7
+docker-compose -f docker-compose.yaml up
8
9
+access the nodejs application from browser
10
+http://localhost:5000
11
0 commit comments