Einkaufslisten anzeigen, Datenbankeinbindung

This commit is contained in:
Lukas Nowy
2018-10-27 01:10:46 +02:00
parent 5e3c83707f
commit 8e7d96310f
425 changed files with 77158 additions and 3 deletions

View File

@ -1,3 +1 @@
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>
<h1>Page not found!</h1>

View File

@ -7,6 +7,12 @@
<body>
<h1></h1>
<p>Welcome to </p>
<a href="/myshoppinglists">Meine Einkaufslisten anzeigen</a><br>
<a href="/sharedshoppinglists">Mit mir geteilte Einkaufslisten anzeigen</a><br>
<a href="">Einkaufsliste erstellen</a><br>
<a href='http://localhost:7000/logout'>Logout</a>
<script src="/jquery/dist/jquery.js"></script>
<script src="/javascripts/ajax.js"></script>
</body>
</html>