Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 8, 2024
1 parent 5a79ff9 commit 6451947
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ Ishayu Ray isr21011<br>
Kunal Bagga kub21001<br>

Link to Trello: [https://trello.com/b/j8t0Ulvk/group-51-jira-kaban-board](https://trello.com/b/j8t0Ulvk/group-51-jira-kaban-board)<br>
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)<br>

Terminal commands to run DOCKERIZED API:<br>
# Make sure you cd into Backend folder.<br>
1. docker build -f docker_files/Dockerfile -t team51-backend .<br>
2. docker run -d -p 5000:5000 team51-backend<br>
3. pytest

0 comments on commit 6451947

Please sign in to comment.