sarahhling / paperlessDocumentationApp

testing login with db

Home Page:nextjs-login-demo.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Or access it here https://paperless-documentation-app.vercel.app.

TODO:

  • add nav bar
  • remove useSession if middleware implemented
  • unauthorized access to /admin should redirect to /
  • create a login homepage for logged in users
  • pagination/filtering/sorting for retrieval columns, either next page or load more (tumblr/twitter style)
  • ability to unapprove a form (ie an undo)
  • prevent rejection submission without comment
  • use bcrypt to encrypt passwords
  • form filtering, sorting, pagination
  • use SQL querying instead of supabase-js library
  • Multi Language support, theming, dark/light mode, accessibility
  • static page for Visual/Audio SOP/Training Material

About

testing login with db

nextjs-login-demo.vercel.app


Languages

Language:JavaScript 86.6%Language:CSS 13.4%