basic functionality done

This commit is contained in:
Smigz 2025-06-08 11:12:26 -04:00
parent 1c5e2d1055
commit 269d7784ab
19 changed files with 5917 additions and 4677 deletions

View file

@ -4,6 +4,8 @@
<p> Hello <%= currentUser.username %> </p>
<a href="/auth/logout">sign out</a>
<%- include('partials/fileUpload') %>
<%- include('partials/parentDirectories') %>
<%- include('partials/directoryListing') %>
<% } else { %>
<form action="/auth/login" method="post">
<label for="username">Username</label>
@ -16,5 +18,4 @@
<% } %>
<%- include('partials/directoryListing') %>
<%- include('partials/footer') %>