kreirane komponente

This commit is contained in:
2024-01-04 10:30:43 +01:00
parent e1a225b91b
commit b653ce40bc
11 changed files with 191 additions and 99 deletions

View File

@@ -4,9 +4,6 @@ This is the starter template for the Next.js App Router Course. It contains the
For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.
## ToDo
Zadnje sam stao na koraku 12 (nisam ga dovršio): https://nextjs.org/learn/dashboard-app/mutating-data
# Authentication
Authentication consists of the following parts:
* `next-auth` boilerplate
@@ -18,3 +15,9 @@ Authentication consists of the following parts:
* `sidenav.tsx` = implements logout action - calls `signOut` from `auth.ts`
* `login-form.tsx` = implements login form
* `actions.ts` = handles login-form validation and submition - calls `signIn` from `auth.ts`
# Database structure
* month
* location
* bill
* attachment