kreirane komponente
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user