We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e445565 + 87003e3 commit 4e08571Copy full SHA for 4e08571
All_Project_Code/.gitignore
@@ -1,2 +1,3 @@
1
-node_modules/
2
-/project_code/node_modules/
+node_modules
+*.yaml
3
+docker-compose.yaml
All_Project_Code/src/views/partials/menu.ejs
@@ -16,8 +16,12 @@
16
<li class="nav-item">
17
<!-- TO-DO: For Discover, add a <a> tag with an attribute href to call the '/discover' API -->
18
<a class="nav-link" href="/home">Home</a>
19
-
+
20
+ </li>
21
+ <li>
22
+ <a class="nav-link" href="/profile">Profile</a>
23
</li>
24
25
</ul>
26
<div class="nav-item me-1">
27
<!-- TO-DO: For Logout, add a <a> tag with an attribute href to call the '/logout API -->
0 commit comments