From 6451947245532ea53b2679b1ffaf5f80de567cb5 Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Fri, 8 Nov 2024 01:52:49 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89e0ec..e4b6f52 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ Ishayu Ray isr21011
Kunal Bagga kub21001
Link to Trello: [https://trello.com/b/j8t0Ulvk/group-51-jira-kaban-board](https://trello.com/b/j8t0Ulvk/group-51-jira-kaban-board)
-Link to Figma Prototype: [https://www.figma.com/design/mKMWW1sIOVpuQKOlapBINQ/ishayu.ray](https://www.figma.com/design/mKMWW1sIOVpuQKOlapBINQ/ishayu.ray) +Link to Figma Prototype: [https://www.figma.com/design/mKMWW1sIOVpuQKOlapBINQ/ishayu.ray](https://www.figma.com/design/mKMWW1sIOVpuQKOlapBINQ/ishayu.ray)
+ +Terminal commands to run DOCKERIZED API:
+# Make sure you cd into Backend folder.
+1. docker build -f docker_files/Dockerfile -t team51-backend .
+2. docker run -d -p 5000:5000 team51-backend
+3. pytest